From 79212bee133a666806c13c6da1ad03110a770af9 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 22 Feb 2023 00:03:40 +0000 Subject: [PATCH] Add "vendored" feature to deltachat-jsonrpc --- deltachat-jsonrpc/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 2ad9f2b83..e2958a4b2 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -36,5 +36,6 @@ tokio = { version = "1.25.0", features = ["full", "rt-multi-thread"] } [features] -default = [] +default = ["vendored"] webserver = ["env_logger", "axum", "tokio/full", "yerpc/support-axum"] +vendored = ["deltachat/vendored"]