clap/Cargo.toml

15 lines
411 B
TOML
Raw Normal View History

2015-02-25 13:37:25 +00:00
[package]
name = "clap"
2015-03-21 14:30:28 +00:00
version = "0.4.10"
2015-02-25 13:37:25 +00:00
authors = ["Kevin K. <kbknapp@gmail.com>"]
2015-03-20 18:11:19 +00:00
exclude = ["docs/*", "examples/*"]
description = "A Command Line Argument Parser written in Rust"
repository = "https://github.com/kbknapp/clap-rs.git"
2015-03-01 16:19:20 +00:00
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
readme = "README.md"
keywords = ["argument", "command", "arg", "parser", "parse"]
license = "MIT"