dmutils_derive 0.1.0-alpha.0

Derive macros for domain modeling
Documentation
[package]
name = "dmutils_derive"
version = "0.1.0-alpha.0"
description = "Derive macros for domain modeling"
authors = ["Jason Dongheng Lee <jason5lee@hotmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true
name = "dmutils_derive"
path = "src/lib.rs"

[dependencies]
quote = "1.0.8"
syn = "1.0.58"
proc-macro2 = "1.0.24"

[dev-dependencies]
dmutils = { path = ".." }