watchexec/Cargo.toml
Félix Saparelli 6e844cc29a
Turn off panic=abort
This may help in some rare crash cases where system resources could be in an inconsistent state.
2021-05-09 16:29:50 +12:00

10 lines
92 B
TOML

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