2023-02-21 16:23:08 +11:00
|
|
|
[package]
|
2023-08-22 14:03:47 +02:00
|
|
|
name = "wallet_esplora_blocking"
|
2023-07-04 12:28:06 -05:00
|
|
|
version = "0.2.0"
|
2023-02-21 16:23:08 +11:00
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-07-17 14:37:10 +00:00
|
|
|
bdk_wallet = { path = "../../crates/wallet", features = ["file_store"] }
|
2023-03-09 10:59:18 +13:00
|
|
|
bdk_esplora = { path = "../../crates/esplora", features = ["blocking"] }
|
2023-11-16 10:22:37 -06:00
|
|
|
anyhow = "1"
|