wormhole/cosmwasm/packages/accounting/src/lib.rs

6 lines
64 B
Rust

mod contract;
pub mod msg;
pub mod state;
pub use contract::*;