Skip to content

Commit

Permalink
Fixed Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Dec 22, 2024
1 parent 25e7983 commit d1944b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crates/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit d1944b8

Please sign in to comment.