summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-06-09 14:32:57 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-06-09 14:32:57 +0200
commitbdd4776e95a84199221527685bc8a4124d5d73d2 (patch)
tree827e92dbb1475644ee698f3e810671db279735ec /Cargo.toml
parent2ff1325b568ac1c97e1fbf4774528ec2c023d83a (diff)
parent9e3c7933543f1e5738c01e5f552b8ec27919a53f (diff)
Merge branch 'config-only-toml'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3555995..e9adeb6 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"