Browse Source

public client

Wspsxing 1 năm trước cách đây
mục cha
commit
bce87901ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;