aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 514bd4e..c195394 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ edition = "2018"
10cursive = "0.14" 10cursive = "0.14"
11serde_json = "1.0" 11serde_json = "1.0"
12lazy_static = "1.4.0" 12lazy_static = "1.4.0"
13erased-serde = "0.3"
13 14
14[dependencies.chrono] 15[dependencies.chrono]
15version = "0.4" 16version = "0.4"