[package] name = "tree_sitter_lint_proc_macros" version = "0.0.1-dev.0" edition = "2021" license = "Unlicense OR MIT" authors = [ "Julian Rosse ", ] description = """ (proc-macros used internally by tree-sitter-lint) """ homepage = "https://github.com/helixbass/tree-sitter-lint" repository = "https://github.com/helixbass/tree-sitter-lint" rust-version = "1.70" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0.66" quote = "1.0.31" syn = { version = "2.0.26", features = ["full"] } [lib] proc-macro = true