Skip to content

Commit

Permalink
macro lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Mar 7, 2024
1 parent 1204ead commit 1cd5811
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ pub mod signers {
pub mod accounts {
pub use starknet_accounts::*;
}

#[doc = include_str!("../assets/MACROS_README.md")]
pub mod macros {
pub use starknet_macros::*;
}

0 comments on commit 1cd5811

Please sign in to comment.