11 lines
257 B
TOML
Raw Normal View History

2023-02-21 16:23:08 +11:00
[package]
2023-03-02 16:59:11 +11:00
name = "wallet_electrum_example"
2023-07-04 12:28:06 -05:00
version = "0.2.0"
2023-02-21 16:23:08 +11:00
edition = "2021"
[dependencies]
2024-02-06 08:56:31 -06:00
bdk_wallet = { path = "../../crates/wallet" }
2023-03-08 12:01:01 +13:00
bdk_electrum = { path = "../../crates/electrum" }
bdk_file_store = { path = "../../crates/file_store" }
anyhow = "1"