From 3d92b41075fc16214675cf141acd9c89fb6f5c49 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Tue, 6 Sep 2022 21:59:30 +0300 Subject: [PATCH] Add cli-docs feature to the default set --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]