summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: fbc29e93e121ff51907649c936fb06c28a88d229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "rustop"
version = "0.1.0-alpha.1"
authors = ["ClementTsang <clementjhtsang@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.9"
clap = "2.33.0"
crossterm = "0.10.2"
failure = "0.1.5"
futures-preview = "0.3.0-alpha.18"
fern = "0.5"
futures-timer = "0.3"
futures-util = "0.2.1"
heim = "0.0.7"
heim-common = "0.0.7"
log = "0.4"
sysinfo = "0.9.4"
tokio = "0.2.0-alpha.4"

[dependencies.tui]
git = "https://github.com/ClementTsang/tui-rs"
#path = "../tui-rs"
default-features = false
features = ['crossterm']

[dev-dependencies]
assert_cmd = "0.10"
predicates = "1"