mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-11 21:12:15 +00:00
15 lines
185 B
TOML
15 lines
185 B
TOML
[workspace]
|
|
members = [
|
|
"crates/kumod",
|
|
"crates/rfc5321",
|
|
"crates/spool",
|
|
"crates/timeq",
|
|
"crates/traffic-gen",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
# debug = 2
|
|
|