cmdr_macro 0.1.2

Macros for use with cmdr crate
Documentation
[badges.travis-ci]
repository = "Mendelt/cmdr"
[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["extra-traits", "full", "parsing"]
version = "0.15"

[lib]
proc-macro = true

[package]
authors = ["Mendelt Siebenga <mendelt@siebenga.com>"]
categories = ["command-line-interface"]
description = "Macros for use with cmdr crate"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "../LICENSE"]
keywords = ["cmdr", "cli", "text", "command-line"]
license = "MIT/Apache-2.0"
name = "cmdr_macro"
readme = "README.md"
repository = "https://github.com/Mendelt/cmdr"
version = "0.1.2"