[package] name = "lingon-macro" description = """ Proc-macros for the Lingon game engine. """ license = "MIT" repository = "https://github.com/sornas/lingon.git" readme = "../README.md" version = "0.1.0" edition = "2018" [lib] proc-macro = true [dependencies] syn = { version = "1", features = ["full"] } proc-macro2 = "1" quote = "1" lazy_static = "1"