idle: Add the chrono dependency to actually parse dates.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-27 12:20:19 +01:00
commit 2c77c4f701
4 changed files with 73 additions and 6 deletions

View file

@ -22,6 +22,7 @@ extern crate sha_1;
extern crate sha2;
extern crate sha3;
extern crate blake2;
extern crate chrono;
macro_rules! get_attr {
($elem:ident, $attr:tt, $type:tt) => (