remove strum, adjust release profile

This commit is contained in:
steven-omaha
2023-01-10 14:20:10 +01:00
parent 4ded8670ee
commit 3d0a54bf70
2 changed files with 3 additions and 38 deletions
+3 -5
View File
@@ -3,18 +3,16 @@ name = "pacdef"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alpm = "*"
anyhow = "*"
# clap 4 until (at least) 4.0.32 have scrapped actual color support. we stay on 3.x until that's fixed.
clap = "3.*"
strum = "0.24.1"
strum_macros = "0.24.3"
[profile.release]
debug = true
lto = "fat"
codegen-units = 1
strip = true
[dev-dependencies]
criterion = "*"