[package] authors = ["ihciah "] categories = ["asynchronous"] description = "Frosty proc macros." edition = "2018" keywords = ["runtime", "iouring", "async"] license = "MIT" name = "frosty-macros" readme = "README.md" repository = "https://github.com/ihciah/frosty" version = "0.0.3" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1" syn = { version = "1.0", features = ["full"] }