summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-09 02:26:21 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-09 02:26:21 +0200
commit0aa2659072280dea2d501c2aa0505329d9383d13 (patch)
tree4e74d25b985cc4b7112a0c4398c2b2fdc13055fa /Cargo.toml
parentc22a141b140528e72b19b2058285e8243e56151e (diff)
meli: add cli-docs feature
Optionally build manpages to text with mandoc and print them from the command line.
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 e90947b4..5f3a5cf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,6 +58,7 @@ default = ["sqlite3"]
notmuch = ["melib/notmuch_backend", ]
jmap = ["melib/jmap_backend",]
sqlite3 = ["rusqlite"]
+cli-docs = []
# Print tracing logs as meli runs in stderr
# enable for debug tracing logs: build with --features=debug-tracing