Merge pull request #5 from kbknapp/metadata

Update Cargo.toml metadata.
This commit is contained in:
Kevin K 2017-11-12 15:57:43 -05:00 committed by GitHub
commit c46f12dbf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
@ -25,4 +25,4 @@ syn = "*"
error-chain = "*"
[dev-dependencies]
clap = "*"
clap = "*"