Files
topgrade/Cargo.toml

31 lines
622 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-11-04 11:31:10 +02:00
version = "0.18.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-10-02 10:33:08 +03:00
directories = "1.0.2"
2018-10-31 12:56:32 +02:00
failure = "0.1.3"
failure_derive = "0.1.3"
serde = "1.0.80"
serde_derive = "1.0.80"
2018-10-02 10:33:08 +03:00
toml = "0.4.8"
which = "2.0.0"
shellexpand = "1.0.0"
2018-10-31 12:56:32 +02:00
structopt = "0.2.12"
log = "0.4.6"
2018-08-27 15:24:08 +03:00
env_logger = "0.5.13"
2018-10-31 12:56:32 +02:00
walkdir = "2.2.6"
console = "0.6.2"
[target.'cfg(unix)'.dependencies]
2018-10-31 12:56:32 +02:00
nix = "0.11.0"
lazy_static = "1.1.0"
2018-08-19 14:41:13 +03:00
[profile.release]
lto = true