summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-01-25 19:47:28 -0500
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-01-25 19:47:28 -0500
commit40a4c94064a7d30299f47765990d8d7cce71dcfc (patch)
tree56062491a91b4ab3a71adb7f0ea472803ab7839f /Cargo.toml
parentb8991d885c7513d83a19cb0b10e92efdfe1c0f23 (diff)
set tui to use termion
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f17354d..e4a26b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ signal-hook = "^0"
structopt = "^0"
termion = "^1"
toml = "^0"
-tui = "^0"
+tui = { version = "^0", default-features = false, features = ["termion"] }
unicode-width = "^0"
users = "^0"
whoami = "^0"