bdk_bitcoind_rpc to 0.7.0 bdk_electrum to 0.10.0 bdk_esplora to 0.10.0 bdk_file_store to 0.8.0 bdk_hwi to 0.2.0
14 lines
361 B
TOML
14 lines
361 B
TOML
[package]
|
|
name = "bdk_hwi"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
homepage = "https://bitcoindevkit.org"
|
|
repository = "https://github.com/bitcoindevkit/bdk"
|
|
description = "Utilities to use bdk with hardware wallets"
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
bdk = { path = "../bdk" }
|
|
hwi = { version = "0.7.0", features = [ "miniscript"] }
|