mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
Played around with Cargo.toml.
This commit is contained in:
parent
c003871ae7
commit
0237e47085
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue