[package] name = "hpl-macros" version = "0.0.3" author = ['Sultan Nadeem '] repository = "https://github.com/Honeycomb-Protocol/hpl-compression" edition = "2021" license = "MIT" description = "HPL macro for defining an platform-gate" [lib] path = "lib.rs" [dependencies] hpl-macro-platform-gate = { version = "0.0.2", path = "../_platform_gate" } hpl-macro-add-service = { version = "0.0.2", path = "../_add_service" } hpl-attribute-event = { version = "0.1.24", path = "../_event" }