Fixed Cargo.toml

This commit is contained in:
mdecimus
2024-12-22 10:52:45 +01:00
parent 25e7983888
commit d1944b8a6f
2 changed files with 3 additions and 2 deletions

View File

@@ -46,8 +46,9 @@ s3 = ["store/s3"]
redis = ["store/redis"]
azure = ["store/azure"]
enterprise = [ "jmap/enterprise",
"smtp/enterprise",
"common/enterprise",
"store/enterprise",
"managesieve/enterprise",
"directory/enterprise",
"spam-filter/enterprise"]
"spam-filter/enterprise" ]

View File

@@ -26,7 +26,7 @@ jmap_proto = { path = "../crates/jmap-proto" }
imap = { path = "../crates/imap", features = ["test_mode"] }
imap_proto = { path = "../crates/imap-proto" }
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"] }
spam-filter = { path = "../crates/spam-filter", features = ["test_mode", "enterprise"] }
trc = { path = "../crates/trc" }