diff options
author | NerdyPepper <[email protected]> | 2019-06-23 12:46:48 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-06-23 12:46:48 +0100 |
commit | f869c6a1977146b71069fc137bcd4d5644ce60c6 (patch) | |
tree | 9848ad89a6579e690d0ea54c3f202cbade8b56b6 | |
parent | 46434d1a4446e54cd1b0466842fedde19be22bcd (diff) |
add dirs dep
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,3 +16,4 @@ rustyline = "4.1.0" | |||
16 | clap = "2.32.0" | 16 | clap = "2.32.0" |
17 | radix_fmt = "1.0.0" | 17 | radix_fmt = "1.0.0" |
18 | lazy_static = "1.3.0" | 18 | lazy_static = "1.3.0" |
19 | dirs = "2.0.1" | ||