[package] name = "syndicate-macros" version = "0.4.1" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Support macros for programming with the Syndicated Actor model and Dataspaces." homepage = "https://syndicate-lang.org/" repository = "https://git.syndicate-lang.org/syndicate-lang/syndicate-rs" license = "Apache-2.0" [lib] proc-macro = true [dependencies] syndicate = { path = "../syndicate", version = "^0.9.0"} proc-macro2 = "^1.0" quote = "^1.0" syn = "^1.0"