mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
Updated cargo.toml
This commit is contained in:
parent
d906701b0e
commit
427eaff25e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ name = "clap"
|
||||||
version = "0.4.15"
|
version = "0.4.15"
|
||||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||||
exclude = ["docs/*", "examples/*", "claptests/*"]
|
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"
|
repository = "https://github.com/kbknapp/clap-rs.git"
|
||||||
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
|
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Add table
Reference in a new issue