summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8b9918a95ff9df5af9c54a9264f954dd478c6d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "http2lmtp"
description = "LMTP delivery daemon for HTTP-enveloped mail"
license = "ISC"
repository = "https://git.dilluti0n.com/http2lmtp"
version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.8"
tokio = { version = "1", features = ["rt-multi-thread", "net", "io-util", "macros"] }
anyhow = "1"
subtle = "2"
tracing = "0.1"
tracing-subscriber = "0.3"