summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-10 22:09:58 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-11 09:33:06 -0500
commitdaf9d7b9afec8c598c0974c5d92263c3af5facf0 (patch)
tree5273968eb2b2ffc412ebe1894a96d13c9ae57d09 /Cargo.toml
parentb09ecb650aa5805c7021ab76672dddc0a7b0bb52 (diff)
progress on switching to tui-rs for ui
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"