Updated cargo.toml

This commit is contained in:
Kevin K 2015-03-24 16:30:44 -04:00
parent d906701b0e
commit 427eaff25e

View file

@ -4,7 +4,7 @@ name = "clap"
version = "0.4.15"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["docs/*", "examples/*", "claptests/*"]
description = "A Command Line Argument Parser written in Rust"
description = "A simple and efficient Command Line Argument Parser"
repository = "https://github.com/kbknapp/clap-rs.git"
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
readme = "README.md"