diff options
author | Akshay <[email protected]> | 2020-03-11 12:50:38 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-03-11 12:50:38 +0000 |
commit | 05137cef78bd4342d0ae101c24baa03e4a843a64 (patch) | |
tree | 45d417a81c35cb478d915fcefd5b8715200341d9 | |
parent | 6207747473b852c25387c543fec38a8a78f1a184 (diff) |
static config
-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" |