bottom/Cargo.toml

16 lines
357 B
TOML
Raw Normal View History

2019-09-04 03:27:25 +00:00
[package]
2019-09-07 00:51:53 +00:00
name = "rustop"
2019-09-04 03:27:25 +00:00
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]
2019-09-07 04:49:15 +00:00
futures-preview = "0.3.0-alpha.18"
2019-09-07 00:51:18 +00:00
heim = "0.0.7"
2019-09-07 04:49:15 +00:00
heim-common = "0.0.7"
sysinfo = "0.9.4"
tokio = "0.2.0-alpha.4"
2019-09-07 00:51:18 +00:00
tui = "0.6.2"