summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-03-21 19:10:43 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-03-21 19:10:43 +0100
commit3549707f1bfc6ae1b5fc042e955d5739e22ea26d (patch)
tree6d0fd6c445c3fdf0951a6315963931f7a4a5ac48 /Cargo.toml
parent40af1d3d65ec0b84fc7a0c02bf418a5ffaefdf1b (diff)
Add dependency: chrono = 0.2.20
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 44e4301..89e9a71 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
+chrono = "0.2.20"
log = "0.3.5"
serde = "0.6.14"
serde_json = "0.6.0"