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 593963b..532842e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ serde_json = "1.0"
11lazy_static = "1.4.0" 11lazy_static = "1.4.0"
12erased-serde = "0.3" 12erased-serde = "0.3"
13typetag = "0.1.4" 13typetag = "0.1.4"
14directories = "3.0.1"
14 15
15[dependencies.cursive] 16[dependencies.cursive]
16version = "0.14" 17version = "0.14"