letterbox/Cargo.toml

13 lines
146 B
TOML

[workspace]
members = [
"web",
"server",
"notmuch",
"procmail2notmuch",
]
[profile.release]
lto = true
opt-level = 'z'
codegen-units = 1