mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-28 19:12:43 +03:00
19 lines
420 B
TOML
19 lines
420 B
TOML
[package]
|
|
name = "rustop"
|
|
version = "0.1.0"
|
|
authors = ["ClementTsang <clementjhtsang@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
futures-preview = "0.3.0-alpha.18"
|
|
futures-timer = "0.3"
|
|
futures-util = "0.2.1"
|
|
heim = "0.0.7"
|
|
heim-common = "0.0.7"
|
|
sysinfo = "0.9.4"
|
|
termion = "1.5.3"
|
|
tokio = "0.2.0-alpha.4"
|
|
tui = "0.6.2"
|