15 lines
176 B
TOML
15 lines
176 B
TOML
![]() |
[workspace]
|
||
|
|
||
|
members = [
|
||
|
"gha-cache",
|
||
|
"nix-actions-cache",
|
||
|
]
|
||
|
|
||
|
[profile.release]
|
||
|
opt-level = 'z'
|
||
|
strip = true
|
||
|
lto = true
|
||
|
panic = "abort"
|
||
|
incremental = false
|
||
|
codegen-units = 1
|