mirror of
https://github.com/clap-rs/clap
synced 2025-03-05 15:57:34 +00:00
Merge pull request #5 from kbknapp/metadata
Update Cargo.toml metadata.
This commit is contained in:
commit
c46f12dbf8
1 changed files with 4 additions and 4 deletions
|
@ -10,11 +10,11 @@ license = "MIT"
|
||||||
categories = ["development-tools::procedural-macro-helpers"]
|
categories = ["development-tools::procedural-macro-helpers"]
|
||||||
keywords = ["macro", "clap", "command-line"]
|
keywords = ["macro", "clap", "command-line"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/Hoverbear/clap-derives"
|
repository = "https://github.com/kbknapp/clap-derives"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "https://github.com/Hoverbear/clap-derives" }
|
travis-ci = { repository = "https://github.com/kbknapp/clap-derives" }
|
||||||
appveyor = { repository = "https://github.com/Hoverbear/clap-derives", service = "github" }
|
appveyor = { repository = "https://github.com/kbknapp/clap-derives", service = "github" }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue