aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-11 12:50:38 +0000
committerAkshay <[email protected]>2020-03-11 12:50:38 +0000
commit05137cef78bd4342d0ae101c24baa03e4a843a64 (patch)
tree45d417a81c35cb478d915fcefd5b8715200341d9 /Cargo.toml
parent6207747473b852c25387c543fec38a8a78f1a184 (diff)
static config
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f9aea9..514bd4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2018"
9[dependencies] 9[dependencies]
10cursive = "0.14" 10cursive = "0.14"
11serde_json = "1.0" 11serde_json = "1.0"
12lazy_static = "1.4.0"
12 13
13[dependencies.chrono] 14[dependencies.chrono]
14version = "0.4" 15version = "0.4"