Files
topgrade/Cargo.toml
Thomas Versteeg 758d835b7e Add neovim (#45)
I am using the "app_dirs" crate to discover `~/.config` on Unix and `%APPDATA%/` on Windows.
2018-07-04 10:51:19 +03:00

25 lines
538 B
TOML

[package]
name = "topgrade"
description = "Upgrade all the things"
license-file = "LICENCE"
repository = "https://github.com/r-darwish/topgrade"
version = "0.9.0"
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>"]
exclude = ["doc/screenshot.gif"]
[dependencies]
directories = "0.10.0"
failure = "0.1.1"
failure_derive = "0.1.1"
serde = "1.0.67"
serde_derive = "1.0.67"
toml = "0.4.6"
which = "2.0.0"
shellexpand = "1.0.0"
clap = "2.32.0"
log = "0.4.2"
env_logger = "0.5.10"
term_size = "0.3.1"
termcolor = "0.3.6"
app_dirs = "1.2.1"