[package] name = "bird-machine-macros" version = "0.0.1" authors = ["boringcactus / Melody Horn "] description = "proc macros for bird-machine" repository = "https://code.boringcactus.com/bird-machine/" license-file = "LICENSE" edition = "2018" [lib] proc-macro = true [dependencies] regex-syntax = "0.6" proc-macro2 = "1.0" quote = "1" syn = "1.0"