diff --git a/Cargo.toml b/Cargo.toml index bd1b88b..659ab61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"