byr/Cargo.toml

8 lines
95 B
TOML
Raw Normal View History

2022-10-15 11:48:32 +00:00
[workspace]
members = ["crates/*"]
[profile.release]
codegen-units = 1
debug = 1
lto = "thin"