[package] name = "stratus-macros" version = "0.1.1" authors = ["alexa "] edition = "2018" description = "macros for stratus, probably should not be used on its own" license = "MIT" [lib] proc-macro = true [dependencies] syn = { version = "1.0.8", features = ["full"] }