summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-11-09 18:33:44 +0100
committerMatthias Beyer <mail@beyermatthias.de>2015-11-09 18:35:07 +0100
commit9167fde4fbf33a6227a66df6363d316369f1d8a4 (patch)
tree2dc034de87bbc7584c131ca0633524d76607edad /Cargo.toml
parente8e82f684447ea277444dea2553c81eb9ca23581 (diff)
Add dependency: serde
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 911aca26..02766913 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ config = "0.1.2"
chrono = "0.2.16"
+serde = "0.6.1"
serde_json = "0.6.0"
clap = { version = "1.4.5", features = ["yaml"] }