summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"