14 lines
173 B
TOML
14 lines
173 B
TOML
[workspace]
|
|
members = [
|
|
"gha-cache",
|
|
"magic-nix-cache",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 'z'
|
|
strip = true
|
|
lto = true
|
|
panic = "abort"
|
|
incremental = false
|
|
codegen-units = 1
|