mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
15 lines
198 B
TOML
15 lines
198 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"cz",
|
|
"utils",
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["G2"]
|
|
|
|
[workspace.lints.rust]
|
|
unsafe_code = "forbid"
|
|
|
|
[build]
|
|
rustflags = ["-C", "target-cpu=native"]
|