aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-06-23 12:46:48 +0100
committerNerdyPepper <[email protected]>2019-06-23 12:46:48 +0100
commitf869c6a1977146b71069fc137bcd4d5644ce60c6 (patch)
tree9848ad89a6579e690d0ea54c3f202cbade8b56b6
parent46434d1a4446e54cd1b0466842fedde19be22bcd (diff)
add dirs dep
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1389fb0..1aafe11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,4 @@ rustyline = "4.1.0"
16clap = "2.32.0" 16clap = "2.32.0"
17radix_fmt = "1.0.0" 17radix_fmt = "1.0.0"
18lazy_static = "1.3.0" 18lazy_static = "1.3.0"
19dirs = "2.0.1"