summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-10-26 23:27:40 +0100
committerMatthias Beyer <mail@beyermatthias.de>2015-10-26 23:52:01 +0100
commit53d12a867004aa4409799f0d71cb15a66b6a28b0 (patch)
tree8c5c372268b6c2b1e90a235a1a0ac647c5ef9ca2 /Cargo.toml
parent32e585e7eb8bbb37436ca9cc53a2d2613549bee2 (diff)
Use "config" instead of "yaml-rust"
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 5574f82b..3a6d3185 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ regex = "0.1.41"
url = "0.2.37"
uuid = "0.1.18"
-yaml-rust = "0.2.2"
+config = "0.1.2"
chrono = "0.2.16"