summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2eab2b22ecbe5acf3c74d8ee5ab4e57e1dcd2722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"
heim = "0.0.7"
heim-common = "0.0.7"
sysinfo = "0.9.4"
tokio = "0.2.0-alpha.4"
tui = "0.6.2"