watchexec/Cargo.toml
2021-08-24 20:22:25 +12:00

10 lines
90 B
TOML

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