idle: Add the chrono dependency to actually parse dates.
This commit is contained in:
parent
dfdfd8cf71
commit
2c77c4f701
4 changed files with 73 additions and 6 deletions
|
|
@ -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) => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue