From 261e00a7dc4de3f14e02cc229f8da860e82ac6d5 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 5 Aug 2022 18:14:02 +0200 Subject: [PATCH] Add the `exec` feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a3316de..4bc4b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,7 @@ tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"], optiona [features] # schema = [] # Always included +exec = ["pretty_env_logger", "glob"] search = ["tantivy"] telegram = ["search", "teloxide", "reqwest", "tokio"] # discord = ["search"]