[package] name = "spl_frontend_macros" description = "Macros for SPL-Compiler-Frontend" authors = ["AlecGhost"] license = "MIT" repository = "https://github.com/AlecGhost/LSP4SPL" version = "0.1.1" edition = "2021" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.69" quote = "1.0.33" syn = "2.0.39"