clap/Cargo.toml

15 lines
417 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"
2015-03-01 16:19:20 +00:00
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
readme = "README.md"
2015-03-01 01:17:01 +00:00
keywords = ["terminal", "command", "commandline", "parser", "parse"]
2015-03-02 16:13:47 +00:00
license-file = "LICENSE-MIT"