Files
topgrade/Cargo.toml

27 lines
549 B
TOML
Raw Normal View History

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-08-27 13:37:30 +03:00
version = "0.14.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]
2018-07-06 16:13:34 +03:00
directories = "1.0.1"
2018-08-07 13:43:34 +03:00
failure = "0.1.2"
failure_derive = "0.1.2"
2018-08-23 11:14:16 +03:00
serde = "1.0.73"
serde_derive = "1.0.73"
toml = "0.4.6"
which = "2.0.0"
shellexpand = "1.0.0"
2018-06-27 16:42:30 +03:00
clap = "2.32.0"
2018-08-23 11:14:16 +03:00
log = "0.4.4"
2018-08-07 13:43:34 +03:00
env_logger = "0.5.12"
term_size = "0.3.1"
2018-08-07 13:43:34 +03:00
termcolor = "1.0.1"
2018-08-19 14:41:13 +03:00
[profile.release]
lto = true