summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9bb63d..9e61c15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,10 @@
[package]
name = "dutree"
-version = "0.1.0"
-authors = ["nacho <nacho.nunez@aoifes.com>"]
+version = "0.2.1"
+authors = ["nacho <nacho@ownyourbits.com>"]
[dependencies]
+dict = "0.1.1"
getopts = "0.2"
terminal_size= { git = "https://github.com/eminence/terminal-size.git" }
regex = "0.2"