sdk: add blocking client and wallet as feature

This commit is contained in:
thesimplekid
2023-08-17 13:58:19 +01:00
parent 9ead2ea507
commit 1aedf3f2bc
8 changed files with 343 additions and 6 deletions

View File

@@ -23,5 +23,6 @@ keywords = ["bitcoin", "e-cash", "cashu"]
serde = { version = "1.0.160", features = ["derive"]}
serde_json = "1.0.96"
url = "2.3.1"
tokio = { version = "1", default-features = false }
tracing = "0.1"
tracing-subscriber = "0.3"