summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 0e8b7146a741b8b13d956a3dad67bf23cc7b7f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rusttop"
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]
cursive = "0.13"
heim = "0.0.7"
tui = "0.6.2"