summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-12-06 23:48:38 -0500
committerClementTsang <clementjhtsang@gmail.com>2019-12-06 23:48:38 -0500
commit3687a55330d19892a996c7932f72a291974c1187 (patch)
tree0d809423458537d0039a13bd1d677f28c0c7c58e /Cargo.toml
parent6ac5812ffdedcf2752920da51dbf75e942d6c58a (diff)
Re-use tui fork for now...
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 9c1a4bbe..6e32dbcd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,8 @@ tokio = "0.2.0-alpha.4"
winapi = "0.3.8"
[dependencies.tui]
+git = "https://github.com/ClementTsang/tui-rs"
+# path = "../tui-rs"
version = "0.7"
default-features = false
features = ['crossterm']