Files
topgrade/Cargo.toml

11 lines
192 B
TOML
Raw Normal View History

2018-05-29 23:48:30 +03:00
[package]
name = "topgrade"
version = "0.1.0"
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>"]
[dependencies]
which = "2.0.0"
error-chain = "0.11.0"
2018-05-31 09:19:27 +03:00
os_type = "2.0.0"
2018-05-31 16:00:01 +03:00
termion = "1.5.1"