mirror of
https://github.com/clap-rs/clap
synced 2024-12-16 15:52:44 +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"]
|
||||
keywords = ["macro", "clap", "command-line"]
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/Hoverbear/clap-derives"
|
||||
repository = "https://github.com/kbknapp/clap-derives"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "https://github.com/Hoverbear/clap-derives" }
|
||||
appveyor = { repository = "https://github.com/Hoverbear/clap-derives", service = "github" }
|
||||
travis-ci = { repository = "https://github.com/kbknapp/clap-derives" }
|
||||
appveyor = { repository = "https://github.com/kbknapp/clap-derives", service = "github" }
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue