mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
14 lines
No EOL
369 B
TOML
14 lines
No EOL
369 B
TOML
[package]
|
|
|
|
name = "clap"
|
|
version = "0.3.5"
|
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
|
exclude = ["docs/*"]
|
|
description = "A Command Line Argument Parser written in Rust"
|
|
repository = "https://github.com/kbknapp/clap-rs.git"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["terminal", "command", "command line", "parser", "parse", "opt", "options", "shell"]
|
|
|
|
license-file = "LICENSE" |