From 9e3c7933543f1e5738c01e5f552b8ec27919a53f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 8 Jun 2021 21:53:28 +0200 Subject: The config crate should only support toml as backend This should reduce our dependencies by a certain number. Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e2b6ea7..03b7bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ chrono = "0.4" clap = "3.0.0-beta.2" clap_generate = "3.0.0-beta.2" colored = "2" -config = "0.11" +config = { version = "0.11", default-features = false, features = [ "toml" ] } csv = "1.1" daggy = { version = "0.7", features = [ "serde" ] } dialoguer = "0.8" -- cgit v1.2.3