mirror of
https://github.com/clap-rs/clap
synced 2024-11-11 07:14:15 +00:00
32 lines
606 B
TOML
32 lines
606 B
TOML
[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" }
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[package.metadata.workspaces]
|
|
independent = true
|