summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-10 11:49:10 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-10 11:49:10 +0100
commitfd05d457f8c89a6da8ca241a972254c02a150fe7 (patch)
tree6ab6dd5fc7aab1605bd3e80e17460b0cf6d7bb24 /Cargo.toml
parent7022b92db47341da9e93c044666d77fce477e404 (diff)
parent64c01a9b3337088fcee07a9d69e4f1c3e60aad5c (diff)
Merge branch 'pathes-to-absolute'
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 817b703..58da28f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ chrono = "0.4"
clap = "3.0.0-beta.2"
clap_generate = "3.0.0-beta.2"
colored = "2"
-config = "0.10"
+config = { git = "https://github.com/matthiasbeyer/config-rs", branch = "add-setter" }
csv = "1.1"
daggy = { version = "0.7", features = [ "serde" ] }
dialoguer = "0.7"