clap/Cargo.toml
Andrew Hobden 8073b57c2a
Update Cargo.toml metadata.
Point to new repo. Closes #2.
2017-11-12 20:58:36 +01:00

28 lines
625 B
TOML

[package]
name = "clap_derive"
description = """
Custom derives for Clap.
"""
version = "0.0.5"
authors = ["hoverbear <andrew@hoverbear.org>"]
license = "MIT"
categories = ["development-tools::procedural-macro-helpers"]
keywords = ["macro", "clap", "command-line"]
readme = "README.md"
repository = "https://github.com/kbknapp/clap-derives"
[badges]
travis-ci = { repository = "https://github.com/kbknapp/clap-derives" }
appveyor = { repository = "https://github.com/kbknapp/clap-derives", service = "github" }
[lib]
proc-macro = true
[dependencies]
quote = "*"
syn = "*"
error-chain = "*"
[dev-dependencies]
clap = "*"