feat: modify flakenix to include cargo utils

This commit is contained in:
Chance 2025-04-13 16:08:18 -04:00
parent dce7c5520a
commit 7c95a0b38b
Signed by: caznix
GPG key ID: 489D213143D753FD
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"