[package] name = "construction" version = "0.0.0" authors = ["Kim Jeker "] description = "Con-struct-ion - Marcos for generating struct definitions" keywords = ["proc_macro", "procmacro", "wip"] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/kije/construction" readme = "README.md" homepage = "https://github.com/kije/construction" [lib] proc-macro = true [dependencies] quote = "1" proc-macro2 = "1.0" syn = "1.0"