summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-16 23:34:34 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-16 23:34:34 -0400
commit231049c118011e962f0234481a8e23dff06ece75 (patch)
treec41982bfd7fb0b74a429d4e85b4879372cdfab7b /Cargo.toml
parent7b3c63c8e7fe01a3ff260695896f42d445652a3f (diff)
Fixed text issue.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2de34917..b20c39a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,12 +28,10 @@ tokio = "0.2.0-alpha.4"
[dependencies.tui]
version = "0.6.2"
+git = "https://github.com/ClementTsang/tui-rs"
default-features = false
features = ['crossterm']
-[patch.crates-io]
-tui = {git = "https://github.com/ClementTsang/tui-rs"}
-
[dev-dependencies]
assert_cmd = "0.10"
predicates = "1"