27 lines
549 B
TOML
27 lines
549 B
TOML
[package]
|
|
name = "topgrade"
|
|
description = "Upgrade all the things"
|
|
license-file = "LICENCE"
|
|
repository = "https://github.com/r-darwish/topgrade"
|
|
version = "0.12.0"
|
|
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>"]
|
|
exclude = ["doc/screenshot.gif"]
|
|
|
|
[dependencies]
|
|
directories = "1.0.1"
|
|
failure = "0.1.2"
|
|
failure_derive = "0.1.2"
|
|
serde = "1.0.70"
|
|
serde_derive = "1.0.70"
|
|
toml = "0.4.6"
|
|
which = "2.0.0"
|
|
shellexpand = "1.0.0"
|
|
clap = "2.32.0"
|
|
log = "0.4.3"
|
|
env_logger = "0.5.12"
|
|
term_size = "0.3.1"
|
|
termcolor = "1.0.1"
|
|
|
|
[profile.release]
|
|
lto = true
|