[package] name = "runng_derive" version = "0.2.0" authors = ["Jake "] description = "Macros for [runng](https://crates.io/crates/runng)" keywords = ["runng"] license = "MIT" repository = "https://github.com/jeikabu/runng" edition = "2018" [lib] proc-macro = true [dependencies] syn = "0.15" quote = "0.6"