oysh/Cargo.toml

10 lines
126 B
TOML
Raw Normal View History

2022-07-14 22:26:57 +00:00
[workspace]
members = [ "crates/*" ]
2022-10-22 18:10:22 +00:00
[workspace.package]
license = "MPL-2.0"
2022-07-14 22:26:57 +00:00
[profile.release]
codegen-units = 1
lto = true