mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-31 01:24:31 +02:00
Update Cargo to 0.2 (again), and update README
This commit is contained in:
parent
8595e7422a
commit
f0d5afb462
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.1.2-alpha.0"
|
version = "0.2.0"
|
||||||
authors = ["Clement Tsang <clementjhtsang@gmail.com>"]
|
authors = ["Clement Tsang <clementjhtsang@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/ClementTsang/bottom"
|
repository = "https://github.com/ClementTsang/bottom"
|
||||||
@ -31,7 +31,7 @@ heim = "0.0.9"
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
regex = "1.3.1"
|
regex = "1.3.1"
|
||||||
sysinfo = "0.9" #0.9 seems to be the last working version for my Ryzen PC...
|
sysinfo = "0.9" #0.9 seems to be the last working version for my Ryzen PC...
|
||||||
tokio = "0.2.6"
|
tokio = "0.2.9"
|
||||||
winapi = "0.3"
|
winapi = "0.3"
|
||||||
tui = {version = "0.8", features = ["crossterm"], default-features = false }
|
tui = {version = "0.8", features = ["crossterm"], default-features = false }
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
@ -37,6 +37,8 @@ The compatibility of each widget and operating systems are, as of version 0.1.0,
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Run using `btm`.
|
||||||
|
|
||||||
### Command line options
|
### Command line options
|
||||||
|
|
||||||
- `-h`, `--help` shows the help screen and exits.
|
- `-h`, `--help` shows the help screen and exits.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user