From f243a3b7341012227d6e8342a65f9c5d7784256f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 30 Jan 2021 18:33:13 -0500 Subject: disable default features for diesel; reduce depends --- dichroism/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml index bacd843..4f18bb5 100644 --- a/dichroism/Cargo.toml +++ b/dichroism/Cargo.toml @@ -10,7 +10,7 @@ actix-multipart = "0.3" actix-web = "3" async-std = "1" base64 = "0.13" -diesel = { version = "1", features = [ "sqlite", "r2d2" ] } +diesel = { version = "1", default-features = false, features = [ "sqlite", "r2d2" ] } env_logger = "0.8" futures = "0.3" image = "0.23" -- cgit v1.2.3