[package] name = "sonicbot-macros" description = "Macros for internal use with sonicbot" license-file = "LICENSE" repository = "https://github.com/sonicrules1234/sonicbot-macros" readme = "README.md" homepage = "https://github.com/sonicrules1234/sonicbot-macros" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] glob = "0.3.0"