[package] name = "monk-macro" version = "0.1.0" edition = "2021" authors = ["MingQiuYa@outlook.com"] description = "Monk Macro" license = "Apache-2.0" repository = "https://github.com/MingQiuYa/monk" homepage = "https://github.com/MingQiuYa/monk" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "2.0.23", features = ["full"] } quote = "1.0.29" [lib] proc-macro = true