[package] name = "xaynet-macros" version = "0.1.0" authors = ["Xayn Engineering "] edition = "2018" license-file = "../../LICENSE" repository = "https://github.com/xaynetwork/xaynet/" homepage = "https://xaynet.dev/" description = "Macros for internal use in `xaynet-server`" [dependencies] syn = "1.0.41" quote = "1.0.7" [lib] proc-macro = true