Played around with Cargo.toml.

This commit is contained in:
ClementTsang 2019-09-16 23:08:37 -04:00
parent c003871ae7
commit 0237e47085

View file

@ -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"