Played around with Cargo.toml.
This commit is contained in:
parent
c003871ae7
commit
0237e47085
|
@ -26,11 +26,13 @@ sysinfo = "0.9.4"
|
||||||
tokio = "0.2.0-alpha.4"
|
tokio = "0.2.0-alpha.4"
|
||||||
|
|
||||||
[dependencies.tui]
|
[dependencies.tui]
|
||||||
git = "https://github.com/ClementTsang/tui-rs"
|
version = "0.6.2"
|
||||||
#path = "../tui-rs"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ['crossterm']
|
features = ['crossterm']
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
tui = {git = "https://github.com/ClementTsang/tui-rs"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_cmd = "0.10"
|
assert_cmd = "0.10"
|
||||||
predicates = "1"
|
predicates = "1"
|
||||||
|
|
Loading…
Reference in New Issue