letterbox/Cargo.toml
Bill Thiede eba362a7f2 Add pagination to search results.
Move to shared definition of json requests between client/server.
2023-03-09 18:04:55 -08:00

14 lines
157 B
TOML

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