mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-04-19 07:12:58 -05:00
20 lines
323 B
TOML
20 lines
323 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"confetti-box",
|
|
"confetti-cli",
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["G2-Games <ke0bhogsg@gmail.com>", "MrDulfin"]
|
|
|
|
[workspace.lints.rust]
|
|
unsafe_code = "forbid"
|
|
|
|
[profile.production]
|
|
inherits = "release"
|
|
strip = true
|
|
lto = true
|
|
opt-level = "z"
|
|
codegen-units = 1
|
|
panic = "abort"
|