Add anyhow and configurable TcpListener
- add anyhow to Cargo.toml - make the connection parameter (for the TcpListener) configurable
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user