clap/clap_up/Cargo.toml

33 lines
606 B
TOML
Raw Normal View History

2020-05-11 09:13:35 +00:00
[package]
name = "clap_up"
version = "0.0.0"
edition = "2018"
authors = [
"Pavan Kumar Sunkara <pavan.sss1991@gmail.com>",
"Clap Maintainers",
]
description = "Automatic code upgrader for Clap"
repository = "https://github.com/clap-rs/clap/tree/master/clap_up"
homepage = "https://clap.rs/"
keywords = [
"clap",
"cli",
"upgrader",
"cargo-up",
]
categories = []
license = "MIT OR Apache-2.0"
readme = "README.md"
[lib]
bench = false
[dependencies]
cargo-up = { version = "=0.0.4" }
2020-05-11 09:13:35 +00:00
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.workspaces]
independent = true