diff options
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ edition = "2018" | |||
9 | [dependencies] | 9 | [dependencies] |
10 | cursive = "0.14" | 10 | cursive = "0.14" |
11 | serde_json = "1.0" | 11 | serde_json = "1.0" |
12 | lazy_static = "1.4.0" | ||
12 | 13 | ||
13 | [dependencies.chrono] | 14 | [dependencies.chrono] |
14 | version = "0.4" | 15 | version = "0.4" |