Getting ready for mnemonic/key generation

This commit is contained in:
Dave Hrycyszyn
2024-06-21 17:45:37 +01:00
parent ac6473bb1b
commit d0f75d443b
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.52"
bdk = "0.29.0"
bdk = { version = "0.29.0", default-feature = false, features = ["all-keys"] }
bdk_esplora = "0.15.0"
bdk_sqlite = "0.2.0"
bdk_wallet = { version = "1.0.0-alpha.13", features = ["all-keys"] }