full_moon_derive 0.1.1

Internally used for the full_moon project. Do not use.
Documentation
[package]
name = "full_moon_derive"
version = "0.1.1"
authors = ["Kampfkarren <kampfkarren@gmail.com>"]
description = "Internally used for the full_moon project. Do not use."
license = "MPL-2.0"
repository = "https://github.com/Kampfkarren/full-moon"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
quote = "0.6"
syn = { version = "0.15", features = ["extra-traits"] }