[package] name = "glicol_macros" version = { workspace = true } edition = { workspace = true } keywords = ["audio", "music", "DSP", "synth", "synthesizer"] license-file = "LICENSE" description = "Macros for Glicol engine." repository = "https://github.com/chaosprint/glicol.git" authors = ["Qichao Lan "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = "1.0.86" quote = "1.0.15" proc-macro2 = "1.0.43"