conniecs-derive 0.1.2

Provides proc macros for deriving most of the boilerplate in the `conniecs` crate
Documentation
[package]
authors = ["Connie Hilarides <conni_h@outlook.com>"]
name = "conniecs-derive"
version = "0.1.2"
license = "MIT"
repository = "https://github.com/Connicpu/conniecs"
documentation = "https://docs.rs/conniecs"
description = """
Provides proc macros for deriving most of the boilerplate in the `conniecs` crate
"""

[lib]
proc-macro = true

[dependencies]
quote = "0.3.15"
syn = "0.11.11"