diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-09-07 16:11:45 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-09-07 16:11:45 -0400 |
commit | a772e82911aa1a95d763ed682aa0ee7d648dcb2a (patch) | |
tree | d3e2d9e5bd9ed1886165fa5b44d285f81544fda8 /Cargo.toml | |
parent | 28372f93072c9474278d490cfbaa9729e9fd72d8 (diff) | |
download | instistats-a772e82911aa1a95d763ed682aa0ee7d648dcb2a.tar.gz |
added last generated timestamp
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 4fb5783..eca4478 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Ben Morrison <ben@gbmor.dev>"] edition = "2018" [dependencies] +chrono = "0.4" serde_json = "1.0" serde_yaml = "0.8" walkdir = "2.2" |