summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornacho <nacho.nunez@aoifes.com>2018-04-18 11:10:26 +0200
committernacho <nacho.nunez@aoifes.com>2018-04-18 11:10:26 +0200
commit4128d49e16cb179cae05de2c176b1fa9117b1fb5 (patch)
tree6ec99104015d199d6fa0b1265d21ce1097d1d785 /Cargo.toml
parentb65c3c0b5132aae93d3807d9b1be13356511fa65 (diff)
use HashMap, and other optimizations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69c2b01..6dc6d4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,6 @@ homepage = "https://ownyourbits.com/2018/03/25/analize-disk-usage-with-dutree/"
exclude = ["test/*"]
[dependencies]
-dict = "0.1.4"
getopts = "0.2"
terminal_size = "0.1.7"
regex = "0.2"