mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
11 lines
135 B
TOML
11 lines
135 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"lib",
|
|
"cli",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = 1 # for stack traces
|
|
lto = "fat"
|
|
codegen-units = 1
|