interoptopus_proc 0.1.0

Macros to produce Interoptopus item info.
Documentation
[package]

name = "interoptopus_proc"

description = "Macros to produce Interoptopus item info."

version = "0.1.0"

edition = "2018"

license = "MIT"



[lib]

proc-macro = true



[dependencies]

proc-macro2 = "1.0"

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

quote = "1.0"

darling = "0.13.0"



[dev-dependencies]

interoptopus = { path = "../interoptopus" }