refactor: split into cashu and cashu-sdk

This commit is contained in:
thesimplekid
2023-08-16 22:51:00 +01:00
parent fd200e7de8
commit 3aeb6b6ab4
29 changed files with 446 additions and 506 deletions

View File

@@ -0,0 +1,7 @@
#[cfg(feature = "wallet")]
pub(crate) mod client;
#[cfg(feature = "mint")]
pub mod mint;
#[cfg(feature = "wallet")]
pub mod wallet;