bdk_chain to 0.17.0 bdk_bitcoind_rpc to 0.13.0 bdk_electrum to 0.16.0 bdk_esplora to 0.16.0 bdk_file_store to 0.14.0 bdk_testenv to 0.7.0 bdk_hwi to 0.4.0
14 lines
397 B
TOML
14 lines
397 B
TOML
[package]
|
|
name = "bdk_hwi"
|
|
version = "0.4.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_wallet = { path = "../wallet", version = "1.0.0-beta.1" }
|
|
hwi = { version = "0.9.0", features = [ "miniscript"] }
|