mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 10:08:56 +00:00
This moves things around a bit so that we can parse the shaping.toml data from rust, and expands it to add automation entries per-domain. A new tool `validate-shaping` can now be used to validate the shaping configuration independently of starting the server and injecting mail.
26 lines
497 B
TOML
26 lines
497 B
TOML
[workspace]
|
|
members = [
|
|
"crates/bounce-classify",
|
|
"crates/cidr-map",
|
|
"crates/domain-map",
|
|
"crates/integration-tests",
|
|
"crates/kcli",
|
|
"crates/kumod",
|
|
"crates/proxy-server",
|
|
"crates/rfc5321",
|
|
"crates/spool",
|
|
"crates/tailer",
|
|
"crates/timeq",
|
|
"crates/throttle",
|
|
"crates/traffic-gen",
|
|
"crates/tsa-daemon",
|
|
"crates/validate-shaping",
|
|
"crates/version-info",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = 1 # include line tables for more meaningful backtraces
|
|
|