[package] name = "winspawn-macro" version = "0.1.0" authors = ["yskszk63 "] edition = "2018" description = "Proc macros for building winspawn." license = "MIT/Apache-2.0" repository = "https://github.com/yskszk63/winspawn" [dependencies] syn = { version = "1.0", features = ["full"] } quote = { version = "1.0", features = [] } [lib] proc-macro = true