Wspsxing vor 1 Jahr
Ursprung
Commit
bce87901ae
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;
 use futures_util::Future;
 
 
 #[cfg(feature = "wallet")]
 #[cfg(feature = "wallet")]
-pub(crate) mod client;
+pub mod client;
 
 
 #[cfg(feature = "mint")]
 #[cfg(feature = "mint")]
 pub mod mint;
 pub mod mint;