[package] name = "hirun-macros" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" authors = [ "hantingjun <1467792822@qq.com>" ] repository = "https://gitee.com/1467792822/rasync" description = "rust异步运行框架" [lib] proc-macro = true [dependencies] quote = "1" proc-macro2 = "1" syn = { version = "1", features = [ "full" ] }