summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-16 23:53:20 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-16 23:53:20 -0400
commitb9ff7efa2149cb8d77a2038b41b9f92fd0284b05 (patch)
tree3a718f57e14497162c98dde92fdafeb9ccb6aa96 /Cargo.toml
parent231049c118011e962f0234481a8e23dff06ece75 (diff)
Changed toml one more time.0.1.0-alpha-1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b20c39a4..851ceb3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,9 +26,8 @@ log = "0.4"
sysinfo = "0.9.4"
tokio = "0.2.0-alpha.4"
-[dependencies.tui]
+[dependencies.tui-temp-fork]
version = "0.6.2"
-git = "https://github.com/ClementTsang/tui-rs"
default-features = false
features = ['crossterm']