feat: modify flakenix to include cargo utils
This commit is contained in:
parent
16a4aee633
commit
1f90088350
15 changed files with 966 additions and 838 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue