yaga-derive 0.1.0

Derive macro based on Dialoguer crate. To use only with 'yaga'
Documentation
[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "derive", "extra-traits"]
version = "1.0"

[lib]
name = "yaga_derive"
proc-macro = true

[package]
authors = ["Ɓukasz Biel <lukasz.p.biel@gmail.com>"]
categories = ["command-line-interface", "config"]
description = "Derive macro based on Dialoguer crate. To use only with 'yaga'"
edition = "2018"
keywords = ["procmacro", "proc_macro", "derive"]
license-file = "LICENSE"
name = "yaga-derive"
readme = "../README.md"
repository = "https://github.com/luke-biel/yaga"
version = "0.1.0"