lunatic-macros 0.6.0

Helper macros for the `lunatic` crate
Documentation
[package]
name = "lunatic-macros"
version = "0.6.0"
edition = "2018"
authors = ["Bernard Kolobara <bernard@lunatic.solutions>"]
description = "Helper macros for the `lunatic` crate"
license = "Apache-2.0/MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = "1"
syn = { version = "1", features = ["full", "extra-traits"] }

[lib]
proc-macro = true