mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-28 08:04:27 +02:00
[skip travis] Update README to reflect added libs
This commit is contained in:
parent
c9224feb7e
commit
762acc8642
@ -36,6 +36,7 @@ winapi = "0.3.8"
|
|||||||
tui = {version = "0.8", features = ["crossterm"], default-features = false }
|
tui = {version = "0.8", features = ["crossterm"], default-features = false }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
|
yaml-rust = "0.4.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_cmd = "0.12"
|
assert_cmd = "0.12"
|
||||||
|
@ -147,6 +147,8 @@ Note that `q` is disabled while in the search widget.
|
|||||||
- This project is very much inspired by both [gotop](https://github.com/cjbassi/gotop) and [gtop](https://github.com/aksakalli/gtop).
|
- This project is very much inspired by both [gotop](https://github.com/cjbassi/gotop) and [gtop](https://github.com/aksakalli/gtop).
|
||||||
|
|
||||||
- This application was written with the following libraries:
|
- This application was written with the following libraries:
|
||||||
|
|
||||||
|
- [backtrace](https://github.com/rust-lang/backtrace-rs)
|
||||||
- [chrono](https://github.com/chronotope/chrono)
|
- [chrono](https://github.com/chronotope/chrono)
|
||||||
- [clap](https://github.com/clap-rs/clap)
|
- [clap](https://github.com/clap-rs/clap)
|
||||||
- [crossterm](https://github.com/TimonPost/crossterm)
|
- [crossterm](https://github.com/TimonPost/crossterm)
|
||||||
@ -155,9 +157,10 @@ Note that `q` is disabled while in the search widget.
|
|||||||
- [futures-rs](https://github.com/rust-lang-nursery/futures-rs)
|
- [futures-rs](https://github.com/rust-lang-nursery/futures-rs)
|
||||||
- [futures-timer](https://github.com/rustasync/futures-timer)
|
- [futures-timer](https://github.com/rustasync/futures-timer)
|
||||||
- [heim](https://github.com/heim-rs/heim)
|
- [heim](https://github.com/heim-rs/heim)
|
||||||
|
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs)
|
||||||
- [log](https://github.com/rust-lang-nursery/log)
|
- [log](https://github.com/rust-lang-nursery/log)
|
||||||
- [sysinfo](https://github.com/GuillaumeGomez/sysinfo)
|
- [sysinfo](https://github.com/GuillaumeGomez/sysinfo)
|
||||||
- [tokio](https://github.com/tokio-rs/tokio)
|
- [tokio](https://github.com/tokio-rs/tokio)
|
||||||
- [tui-rs](https://github.com/fdehau/tui-rs)
|
- [tui-rs](https://github.com/fdehau/tui-rs)
|
||||||
- [winapi](https://github.com/retep998/winapi-rs)
|
- [winapi](https://github.com/retep998/winapi-rs)
|
||||||
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs)
|
- [yaml-rust](https://github.com/chyh1990/yaml-rust)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user