2023-02-21 16:23:08 +11:00
|
|
|
[package]
|
|
|
|
name = "bdk-esplora-wallet-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bdk = { path = "../../crates/bdk" }
|
2023-03-09 10:59:18 +13:00
|
|
|
bdk_esplora = { path = "../../crates/esplora", features = ["blocking"] }
|
2023-03-03 17:53:44 +01:00
|
|
|
bdk_file_store = { path = "../../crates/file_store" }
|