feat: modify flakenix to include cargo utils

This commit is contained in:
Chance 2025-04-13 16:08:18 -04:00 committed by BitSyndicate
parent 16a4aee633
commit 1f90088350
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
15 changed files with 966 additions and 838 deletions

View file

@ -25,7 +25,19 @@ split-debuginfo = "off"
[profile.dev]
debug = 0
[profile.mini]
inherits = "release"
opt-level = "z"
debug = false
strip = true
lto = true
codegen-units = 1
incremental = false
panic = "abort"
[dependencies]
crossbeam = "0.8.4"
humantime = "2.2.0"
terminator = "0.3.2"
thiserror = "2.0.12"
tracing = "0.1.41"