summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 75f5304..d58ac64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2018"
[dependencies]
alphanumeric-sort = "^1"
+ansi_term = "^0"
chrono = "^0"
dirs = "^1"
lazy_static = "^1"
@@ -23,6 +24,7 @@ structopt = "^0"
text_io = "^0"
termion = "*"
toml = "^0"
+tui = "^0"
unicode-width = "^0"
users = "^0"
whoami = "^0"