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] [package]
name = "calc" name = "daisy"
version = "0.0.1" version = "0.0.1"
edition = "2021" edition = "2023"
[profile.release] [profile.release]
opt-level = 3 opt-level = 3
@ -12,8 +12,6 @@ lto = "fat"
codegen-units = 1 codegen-units = 1
panic = "abort" panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
signal-hook = "0.3.15" signal-hook = "0.3.15"
termion = "2.0.1" termion = "2.0.1"