mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
14 lines
410 B
TOML
14 lines
410 B
TOML
[package]
|
|
|
|
name = "clap"
|
|
version = "0.4.9"
|
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
|
exclude = ["docs/*", "examples/*"]
|
|
description = "A Command Line Argument Parser written in Rust"
|
|
repository = "https://github.com/kbknapp/clap-rs.git"
|
|
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
|
|
readme = "README.md"
|
|
|
|
keywords = ["argument", "command", "arg", "parser", "parse"]
|
|
|
|
license = "MIT"
|