bottom/Cargo.toml

12 lines
265 B
TOML
Raw Normal View History

2019-09-04 03:27:25 +00:00
[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"
2019-09-04 03:27:25 +00:00
sysinfo = "0.9.2"