mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-21 19:53:05 +00:00
Updated cargo and .gitignore
This commit is contained in:
parent
c0df2e6c33
commit
ae6e27d25a
2 changed files with 9 additions and 6 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -10,4 +10,7 @@ Cargo.lock
|
|||
**/*.rs.bk
|
||||
|
||||
*.log
|
||||
.vscode
|
||||
.vscode
|
||||
rust-unmangle
|
||||
*.svg
|
||||
*.data
|
10
Cargo.toml
10
Cargo.toml
|
@ -24,17 +24,17 @@ chrono = "0.4.10"
|
|||
clap = "2.33.0"
|
||||
crossterm = "0.14"
|
||||
failure = "0.1.6"
|
||||
fern = "0.5"
|
||||
fern = "0.5.9"
|
||||
futures-timer = "2.0.2"
|
||||
futures = "0.3.1"
|
||||
heim = "0.0.9"
|
||||
log = "0.4"
|
||||
log = "0.4.8"
|
||||
regex = "1.3.3"
|
||||
sysinfo = "0.9" #0.9 seems to be the last working version for my Ryzen PC...
|
||||
sysinfo = "0.9.6" #0.9 seems to be the last working version for my Ryzen PC...
|
||||
tokio = "0.2.9"
|
||||
winapi = "0.3"
|
||||
winapi = "0.3.8"
|
||||
tui = {version = "0.8", features = ["crossterm"], default-features = false }
|
||||
lazy_static = "1.4"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "0.12"
|
||||
|
|
Loading…
Reference in a new issue