Add enterprise feature to directory crate (#783 ).

This commit is contained in:
mdecimus
2024-09-22 10:36:40 +02:00
parent f3943f4a5f
commit 71c3c06c01
7 changed files with 22 additions and 7 deletions

View File

@@ -44,4 +44,4 @@ rocks = ["store/rocks"]
elastic = ["store/elastic"]
s3 = ["store/s3"]
redis = ["store/redis"]
enterprise = ["jmap/enterprise", "common/enterprise", "store/enterprise", "managesieve/enterprise"]
enterprise = ["jmap/enterprise", "common/enterprise", "store/enterprise", "managesieve/enterprise", "directory/enterprise"]