summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2022-09-06 21:59:30 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2022-09-06 21:59:30 +0300
commit3d92b41075fc16214675cf141acd9c89fb6f5c49 (patch)
tree8b68ee489d00cf20f02ccbafce86eec86f7549fc /Cargo.toml
parent7c7115427dd5f6320a4305df3dc88a8567829720 (diff)
downloadmeli-3d92b41075fc16214675cf141acd9c89fb6f5c49.zip
Add cli-docs feature to the default set
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8570b87f..3a42e116 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ strip = true
members = ["melib", "tools", ]
[features]
-default = ["sqlite3", "notmuch", "regexp", "smtp", "dbus-notifications", "gpgme"]
+default = ["sqlite3", "notmuch", "regexp", "smtp", "dbus-notifications", "gpgme", "cli-docs"]
notmuch = ["melib/notmuch_backend", ]
jmap = ["melib/jmap_backend",]
sqlite3 = ["melib/sqlite3"]