mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
20 lines
282 B
TOML
20 lines
282 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"cz",
|
|
"pak_explorer",
|
|
"luca_pak", "utils",
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["G2"]
|
|
|
|
[workspace.lints.rust]
|
|
unsafe_code = "forbid"
|
|
|
|
[profile.production]
|
|
inherits = "release"
|
|
lto = true
|
|
strip = true
|
|
codegen-units = 1
|
|
panic = "abort"
|