diff --git a/Cargo.toml b/Cargo.toml index 4dd4786c..f1535baf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,11 +26,13 @@ sysinfo = "0.9.4" tokio = "0.2.0-alpha.4" [dependencies.tui] -git = "https://github.com/ClementTsang/tui-rs" -#path = "../tui-rs" +version = "0.6.2" default-features = false features = ['crossterm'] +[patch.crates-io] +tui = {git = "https://github.com/ClementTsang/tui-rs"} + [dev-dependencies] assert_cmd = "0.10" predicates = "1"