From 0d7c33b1a96a8bbb988aa4bfb96aa4ca1dd55309 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 11 Feb 2023 14:22:14 +0000 Subject: [PATCH] Add missing "vendored" feature on deltachat-repl --- deltachat-repl/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deltachat-repl/Cargo.toml b/deltachat-repl/Cargo.toml index 189c592f8..b6df1f474 100644 --- a/deltachat-repl/Cargo.toml +++ b/deltachat-repl/Cargo.toml @@ -13,3 +13,7 @@ pretty_env_logger = "0.4" rusqlite = "0.27" rustyline = "10" tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] } + +[features] +default = ["vendored"] +vendored = ["deltachat/vendored"]