Skip to content

Commit

Permalink
Add helper crates to build middlewares
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Dec 3, 2024
1 parent 635eb36 commit dad49e9
Show file tree
Hide file tree
Showing 5 changed files with 593 additions and 24 deletions.
70 changes: 46 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions crates/module-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[package]
name = "ibc-middleware-module-macros"
version = "0.1.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"
syn = { version = "2.0.90", features = ["full"] }
Loading

0 comments on commit dad49e9

Please sign in to comment.