mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-20 07:42:54 -05:00
17 lines
219 B
TOML
17 lines
219 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"cz",
|
|
"luca_pak",
|
|
"utils",
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["G2"]
|
|
|
|
[workspace.lints.rust]
|
|
unsafe_code = "forbid"
|
|
|
|
[profile.production]
|
|
inherits = "release"
|
|
lto = true
|