watchexec/Cargo.toml
2021-10-20 00:47:41 +13:00

11 lines
105 B
TOML

[workspace]
resolver = "2"
members = [
"lib",
"cli",
]
[profile.release]
lto = true
codegen-units = 1