mirror of https://github.com/rm-dr/daisy
Cleanup cargo.toml
parent
0bc1817e5b
commit
c624d9a9ac
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue