mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
29 lines
583 B
TOML
29 lines
583 B
TOML
[package]
|
|
name = "clap_generate_fig"
|
|
version = "3.0.1"
|
|
edition = "2018"
|
|
include = [
|
|
"src/**/*",
|
|
"Cargo.toml",
|
|
"LICENSE-*",
|
|
"README.md"
|
|
]
|
|
description = "Renamed to clap_complete_fig"
|
|
repository = "https://github.com/clap-rs/clap/tree/master/clap_generate_fig"
|
|
documentation = "https://docs.rs/clap_generate_fig"
|
|
keywords = [
|
|
"clap",
|
|
"cli",
|
|
"generate",
|
|
"completion",
|
|
"fig",
|
|
]
|
|
categories = ["command-line-interface"]
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
clap_complete_fig = { path = "../clap_complete_fig", version = "3.0.0"}
|