mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-23 05:58:42 +00:00
15 lines
235 B
TOML
15 lines
235 B
TOML
[workspace]
|
|
members = [
|
|
"crates/bin",
|
|
"crates/lib",
|
|
"crates/detect-wasi",
|
|
"crates/flock",
|
|
"crates/normalize-path",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = "symbols"
|