cargo-binstall/Cargo.toml
Félix Saparelli 4b00f5f143
Split crates and clean up structure of codebase (#294)
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-08-20 11:24:12 +00:00

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"