ibc-middleware-module-macros 0.2.0

IBC module to facilitate middleware implementations - macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ibc-middleware-module-macros"
version = "0.2.0"
description = "IBC module to facilitate middleware implementations - macros"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.92"
quote = "1.0.37"