letterbox/Cargo.toml
Bill Thiede ee9b6be95e
Some checks failed
Continuous integration / Test Suite (push) Successful in 28s
Continuous integration / Check (push) Successful in 42s
Continuous integration / Trunk (push) Failing after 28s
Continuous integration / Rustfmt (push) Successful in 36s
Continuous integration / build (push) Successful in 27s
Temporarily remove web and server from workspace to publish other crates
2025-02-13 10:16:55 -08:00

14 lines
272 B
TOML

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