[package] name = "syndica-dyndexer-runtime-macros" version = "0.1.0" edition = "2021" description = "Macros for the syndica-dyndexer-runtime crate" license = "Apache-2.0" homepage = "https://syndica.io" repository = "https://github.com/Syndica/syndica-rs-sdk" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0.33" syn = { version = "2.0.42", features = ["full"] }