clap/Cargo.toml

14 lines
341 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:17:01 +00:00
keywords = ["terminal", "command", "commandline", "parser", "parse"]
license-file = "LICENSE"