mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
Updated docs in Cargo.toml
This commit is contained in:
parent
37b54523ec
commit
9923948f2d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ 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"
|
||||
|
||||
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
|
||||
readme = "README.md"
|
||||
|
||||
keywords = ["terminal", "command", "commandline", "parser", "parse"]
|
||||
|
|
Loading…
Reference in a new issue