From 0aa2659072280dea2d501c2aa0505329d9383d13 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sun, 9 Feb 2020 02:26:21 +0200 Subject: meli: add cli-docs feature Optionally build manpages to text with mandoc and print them from the command line. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3