summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2bd217dbb832523164b3843c6cd37334422d3f26 (plain)
1
2
3
4
5
6
7
8
9
10
[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]
sysinfo = "0.9.2"