mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 22:54:49 +01:00
refactor: split into cashu and cashu-sdk
This commit is contained in:
7
crates/cashu-sdk/src/lib.rs
Normal file
7
crates/cashu-sdk/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#[cfg(feature = "wallet")]
|
||||
pub(crate) mod client;
|
||||
|
||||
#[cfg(feature = "mint")]
|
||||
pub mod mint;
|
||||
#[cfg(feature = "wallet")]
|
||||
pub mod wallet;
|
||||
Reference in New Issue
Block a user