We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e8cc8 commit a7e212fCopy full SHA for a7e212f
src/lib.rs
@@ -6,6 +6,7 @@
6
pub mod state_machine;
7
pub mod intent;
8
pub mod proof;
9
+pub mod bridge;
10
11
/// Re-export the core intent type for easier use.
12
pub use intent::TransferIntent;
0 commit comments