summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-03-25 17:59:48 +0200
committernacho <nacho.nunez@aoifes.com>2018-04-16 22:59:02 +0200
commit1ca8ce39ae92bc2184b6c3da20f6dcfa6a040156 (patch)
tree66d9c3912ed5673fef93b4717efa990cd45aabff /Cargo.toml
Initial commitv0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..f9bb63d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "dutree"
+version = "0.1.0"
+authors = ["nacho <nacho.nunez@aoifes.com>"]
+
+[dependencies]
+getopts = "0.2"
+terminal_size= { git = "https://github.com/eminence/terminal-size.git" }
+regex = "0.2"
+unicode-width = "0.1.1"