mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-12 05:22:13 +00:00
39 lines
873 B
TOML
39 lines
873 B
TOML
[workspace]
|
|
members = [
|
|
"crates/bounce-classify",
|
|
"crates/cidr-map",
|
|
"crates/domain-map",
|
|
"crates/integration-tests",
|
|
"crates/kcli",
|
|
"crates/kumod",
|
|
"crates/mailparsing",
|
|
"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
|
|
|
|
[workspace.dependencies]
|
|
axum = "0.6"
|
|
axum-server = "0.5"
|
|
data-encoding = "2.4"
|
|
ed25519-dalek = "2.0"
|
|
mlua = "0.8"
|
|
rustls = "0.21"
|
|
tokio = "1.32"
|
|
tokio-rustls = "0.24"
|
|
# Be sure to update the link to the docs in docs/reference/kumo.dns/configure_resolver.md
|
|
# to match the version that we are using when you update this dep
|
|
trust-dns-resolver = "0.23"
|