Wspsxing пре 1 година
родитељ
комит
bce87901ae
1 измењених фајлова са 1 додато и 1 уклоњено
  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;