13 lines
362 B
TOML
Raw Normal View History

2023-02-21 16:23:08 +11:00
[package]
name = "wallet_esplora"
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]
bdk = { path = "../../crates/bdk" }
bdk_esplora = { path = "../../crates/esplora", features = ["blocking"] }
2023-03-03 17:53:44 +01:00
bdk_file_store = { path = "../../crates/file_store" }