Cleanup cargo.toml

pull/2/head
Mark 2023-04-07 11:40:24 -07:00
parent 0bc1817e5b
commit c624d9a9ac
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "calc"
name = "daisy"
version = "0.0.1"
edition = "2021"
edition = "2023"
[profile.release]
opt-level = 3
@ -9,11 +9,9 @@ debug = 0
debug-assertions = false
strip = "symbols"
lto = "fat"
codegen-units = 1
codegen-units = 1
panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
signal-hook = "0.3.15"
termion = "2.0.1"