First dispatcher
- Create (sub)command structure. - First experimental dispatcher to start the daemon.
This commit is contained in:
+2
-1
@@ -8,11 +8,12 @@ authors = [ "Malte Meiboom <malte@netropol.de>" ]
|
||||
readme = "README.md"
|
||||
keywords = ["cryptography", "openpgp", "pgp", "encryption", "email"]
|
||||
categories = ["cryptography", "email"]
|
||||
rust-version = "1.79"
|
||||
rust-version = "1.85"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
bytes = "1.11.1"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
indymilter = "0.3.0"
|
||||
log = "0.4.27"
|
||||
log4rs = "1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user