aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-06-24 17:32:31 +0100
committerNerdyPepper <[email protected]>2019-06-24 17:32:31 +0100
commit7835955bd9822a2fe49f70d05827fc3839f7d59e (patch)
tree181f5afaf9783afe026bf2c43ff09a3c14d540ec /Cargo.toml
parentd2d80030c1eaae9f08fb6a51c4159eed009086b6 (diff)
use better directory crate, use data_dir for history
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1aafe11..25b849f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +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" 19directories = "2.0.1"