Mycelium/Cargo.toml

14 lines
279 B
TOML
Raw Normal View History

cargo-features = ["profile-rustflags"]
[workspace]
resolver = "2"
2025-12-04 19:04:21 -07:00
members = ["mycelium", "decomposer", "hyphae", "organelle"]
[profile.release]
opt-level = 3
strip = true
lto = true
codegen-units = 1
panic = "abort"
rustflags = [ "-Zlocation-detail=none", "-Zfmt-debug=none" ]