Add anyhow and configurable TcpListener

- add anyhow to Cargo.toml
- make the connection parameter (for the TcpListener) configurable
This commit is contained in:
Malte Meiboom
2025-11-12 12:10:03 +01:00
parent a8244ea9bf
commit a729a5b626
6 changed files with 9 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ categories = ["cryptography", "email"]
rust-version = "1.79"
[dependencies]
anyhow = "1.0.100"
bytes = "1.10.1"
indymilter = "0.3.0"
log = "0.4.27"