From c624d9a9acb724311711afda84e0ea9b25ac0a73 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 7 Apr 2023 11:40:24 -0700 Subject: [PATCH] Cleanup cargo.toml --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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"