summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5feb0d..743ade2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"