Fixed Cargo.toml
This commit is contained in:
@@ -46,8 +46,9 @@ s3 = ["store/s3"]
|
|||||||
redis = ["store/redis"]
|
redis = ["store/redis"]
|
||||||
azure = ["store/azure"]
|
azure = ["store/azure"]
|
||||||
enterprise = [ "jmap/enterprise",
|
enterprise = [ "jmap/enterprise",
|
||||||
|
"smtp/enterprise",
|
||||||
"common/enterprise",
|
"common/enterprise",
|
||||||
"store/enterprise",
|
"store/enterprise",
|
||||||
"managesieve/enterprise",
|
"managesieve/enterprise",
|
||||||
"directory/enterprise",
|
"directory/enterprise",
|
||||||
"spam-filter/enterprise"]
|
"spam-filter/enterprise" ]
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ jmap_proto = { path = "../crates/jmap-proto" }
|
|||||||
imap = { path = "../crates/imap", features = ["test_mode"] }
|
imap = { path = "../crates/imap", features = ["test_mode"] }
|
||||||
imap_proto = { path = "../crates/imap-proto" }
|
imap_proto = { path = "../crates/imap-proto" }
|
||||||
pop3 = { path = "../crates/pop3", features = ["test_mode"] }
|
pop3 = { path = "../crates/pop3", features = ["test_mode"] }
|
||||||
smtp = { path = "../crates/smtp", features = ["test_mode"] }
|
smtp = { path = "../crates/smtp", features = ["test_mode", "enterprise"] }
|
||||||
common = { path = "../crates/common", features = ["test_mode", "enterprise"] }
|
common = { path = "../crates/common", features = ["test_mode", "enterprise"] }
|
||||||
spam-filter = { path = "../crates/spam-filter", features = ["test_mode", "enterprise"] }
|
spam-filter = { path = "../crates/spam-filter", features = ["test_mode", "enterprise"] }
|
||||||
trc = { path = "../crates/trc" }
|
trc = { path = "../crates/trc" }
|
||||||
|
|||||||
Reference in New Issue
Block a user