2018-05-29 23:48:30 +03:00
|
|
|
[package]
|
|
|
|
|
name = "topgrade"
|
2018-06-03 13:36:47 +03:00
|
|
|
description = "Upgrade all the things"
|
|
|
|
|
license-file = "LICENCE"
|
|
|
|
|
repository = "https://github.com/r-darwish/topgrade"
|
2018-06-03 19:09:57 +03:00
|
|
|
version = "0.2.0"
|
2018-05-29 23:48:30 +03:00
|
|
|
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>"]
|
2018-06-03 13:36:47 +03:00
|
|
|
exclude = ["doc/screenshot.gif"]
|
2018-05-29 23:48:30 +03:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
which = "2.0.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"
|
2018-06-04 22:33:39 +03:00
|
|
|
failure = "0.1.1"
|
|
|
|
|
failure_derive = "0.1.1"
|