Skip to content

Commit

Permalink
fix: macros imports
Browse files Browse the repository at this point in the history
  • Loading branch information
crisog committed Jun 27, 2024
1 parent df9acbd commit 16c83b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ghost-crab-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[lib]
name = "ghost_crab_macros"
proc-macro = true

[package]
Expand Down
4 changes: 2 additions & 2 deletions ghost-crab/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pub use alloy::{
sol_types::{SolEvent, SolEventInterface},
};
pub use async_trait::async_trait;
pub use indexer_macros::block_handler;
pub use indexer_macros::handler;
pub use ghost_crab_macros::block_handler;
pub use ghost_crab_macros::handler;
pub use std::sync::Arc;
pub use tokio;

Expand Down

0 comments on commit 16c83b6

Please sign in to comment.