Files
kumomta/Cargo.toml
T
Wez Furlong 53fd3c5f3c add rust parser for shaping.toml
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.
2023-07-31 16:57:15 -07:00

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