[package] name = "mycroft-macros" version = "0.0.1" authors = ["Matthew Maurer "] license = "MIT" description = "Macro interface to the Mycroft compiler" repository = "https://github.com/maurer/mycroft" [dependencies] mycroft-macros-impl = {path = "../mycroft-macros-impl", version = "0.0.1"} proc-macro-hack = "0.4"