quit_macros 0.2.1

Procedural macros used by Quit
Documentation
[package]
name = "quit_macros"
version = "0.2.1"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
description = """
Procedural macros used by Quit
"""
repository = "https://github.com/dylni/quit"
readme = "description.md"
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true

[dependencies]
quote = "1.0"
syn = { version = "1.0", features = ["full"] }