caveman/Cargo.toml

15 lines
178 B
TOML

[workspace]
members = [
"cave",
"hunter",
"butcher",
"gatherer",
"smokestack",
]
[profile.release]
codegen-units = 1
lto = true
strip = true
panic = "abort"