watchexec/Cargo.toml

10 lines
90 B
TOML

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