2023-03-09 10:59:18 +13:00
|
|
|
[package]
|
|
|
|
name = "wallet_esplora_async"
|
2023-07-04 12:28:06 -05:00
|
|
|
version = "0.2.0"
|
2023-03-09 10:59:18 +13:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bdk = { path = "../../crates/bdk" }
|
|
|
|
bdk_esplora = { path = "../../crates/esplora", features = ["async-https"] }
|
|
|
|
bdk_file_store = { path = "../../crates/file_store" }
|
|
|
|
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
|