summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-12-13 00:39:56 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-12-13 00:39:56 +0200
commit41a4de394a26d52509fb4db6f65f9c87b6d2095a (patch)
treee69965ab70be6ccbb65729b17047140be5c34591 /Cargo.toml
parent2ed9ffb14549cbab7c7bc30b7a23a45cf3382930 (diff)
Add optional 'jmap' feature in binary Cargo.toml.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 99bf84ae..f45e1fec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,7 @@ members = ["melib", "ui", "debug_printer", "testing", "text_processing"]
[features]
default = []
notmuch = ["melib/notmuch_backend", "ui/notmuch"]
+jmap = ["melib/jmap_backend",]
# Print tracing logs as meli runs in stderr
# enable for debug tracing logs: build with --features=debug-tracing