watchexec/Cargo.toml

11 lines
105 B
TOML

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