[package] name = "synthax" authors = ["Kyle Mayes "] version = "0.4.1" readme = "README.md" license = "Apache-2.0" description = "Synthesize syntax with quasiquoting plugins." documentation = "https://kylemayes.github.io/synthax/synthax" repository = "https://github.com/KyleMayes/synthax" [lib] plugin = true [dependencies] clippy = { version = "0.0.*", optional = true } [workspace] members = ["synthax-tests"]