DNS, DKIM and ACME improvements - part 4
This commit is contained in:
@@ -32,7 +32,7 @@ dav-proto = { path = "../crates/dav-proto", features = ["test_mode"] }
|
||||
calcard = { version = "0.3", features = ["rkyv"] }
|
||||
groupware = { path = "../crates/groupware", features = ["test_mode"] }
|
||||
http = { path = "../crates/http", features = ["test_mode", "enterprise"] }
|
||||
http_proto = { path = "../crates/http-proto" }
|
||||
http_proto = { path = "../crates/http-proto", features = ["test_mode"] }
|
||||
services = { path = "../crates/services", features = ["test_mode", "enterprise"] }
|
||||
pop3 = { path = "../crates/pop3", features = ["test_mode"] }
|
||||
smtp = { path = "../crates/smtp", features = ["test_mode", "enterprise"] }
|
||||
@@ -81,6 +81,7 @@ rkyv = { version = "0.8.10", features = ["little_endian"] }
|
||||
compact_str = "0.9.0"
|
||||
quick-xml = "0.39"
|
||||
jmap-tools = { version = "0.1" }
|
||||
dns-update = { path = "/Users/me/code/dns-update", features = ["test_provider"] }
|
||||
|
||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||
jemallocator = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user