summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-02 11:34:16 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-02 11:56:50 +0530
commit6d82a724b0452e417e20cbe8a02e3bed647e9674 (patch)
treed9584c8db2c57ce98db6d9afb39c1824dad0b7e9 /Cargo.toml
parent495ccbda25cb27dc912c07fbdb29651b83f32c68 (diff)
basic frame to support new interactive mode
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d9605db..ff8726c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ jwalk = "0.4.0"
byte-unit = "2.1.0"
termion = "1.5.2"
atty = "0.2.11"
+tui = "0.6.0"
[[bin]]
name="dua"