clap/Cargo.toml

14 lines
368 B
TOML
Raw Normal View History

2015-02-25 13:37:25 +00:00
[package]
name = "clap"
2015-02-28 16:25:44 +00:00
version = "0.3.5"
2015-02-25 13:37:25 +00:00
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"
2015-03-01 01:15:54 +00:00
keywords = ["terminal", "command", "commandline", "parser", "parse", "opt", "options", "shell"]
license-file = "LICENSE"