cargo-features = ["profile-rustflags"] [workspace] resolver = "2" 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" ]