Explorar o código

public client

Wspsxing hai 1 ano
pai
achega
bce87901ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crates/cashu-sdk/src/lib.rs

+ 1 - 1
crates/cashu-sdk/src/lib.rs

@@ -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;