diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,13 +1,14 @@ [package] -name = "ingest" +name = "http2lmtp" +description = "LMTP delivery daemon for HTTP-enveloped mail" +repository = "https://git.dilluti0n.com/http2lmtp" version = "0.1.0" -edition = "2024" +edition = "2021" [dependencies] axum = "0.8" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1", features = ["rt-multi-thread", "net", "io-util", "macros"] } anyhow = "1" -bytes = "1" subtle = "2" tracing = "0.1" tracing-subscriber = "0.3" |
