public client

This commit is contained in:
Wspsxing
2023-08-19 14:40:04 +08:00
committed by thesimplekid
parent 59250bc79e
commit bce87901ae

View File

@@ -7,7 +7,7 @@ use tokio::runtime::Runtime;
use futures_util::Future;
#[cfg(feature = "wallet")]
pub(crate) mod client;
pub mod client;
#[cfg(feature = "mint")]
pub mod mint;