lbee-utils/Cargo.toml
2024-07-11 22:39:36 -05:00

20 lines
284 B
TOML

[workspace]
resolver = "2"
members = [
"cz",
"experimental",
"luca_pak", "testing",
]
[workspace.package]
authors = ["G2"]
[workspace.lints.rust]
unsafe_code = "forbid"
[profile.production]
inherits = "release"
lto = true
strip = true
codegen-units = 1
panic = "abort"