chore(cargo): Enable chrono with serde as a dependency

This commit is contained in:
Vincent Ambo 2018-06-17 03:29:02 +02:00 committed by Vincent Ambo
parent bd19132eff
commit f626d88438
3 changed files with 30 additions and 1 deletions

View file

@ -16,6 +16,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
systemd = "0.3"
chrono = { version = "0.4", features = [ "serde" ]}
[build-dependencies]
pkg-config = "0.3"