hence/Cargo.toml

8 lines
108 B
TOML
Raw Normal View History

2022-09-03 13:14:58 +00:00
[workspace]
2023-03-23 16:59:10 +00:00
members = ["hence", "henceforth"]
[profile.release]
opt-level = 3
lto = true
codegen-units = 1