diff --git a/crates/hwi/Cargo.toml b/crates/hwi/Cargo.toml index 972569c7e..fe6cb7fa3 100644 --- a/crates/hwi/Cargo.toml +++ b/crates/hwi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_hwi" -version = "0.2.0" +version = "0.1.0" edition = "2021" homepage = "https://bitcoindevkit.org" repository = "https://github.com/bitcoindevkit/bdk" @@ -9,5 +9,5 @@ license = "MIT OR Apache-2.0" readme = "README.md" [dependencies] -bdk_wallet = { path = "../wallet" } +bdk_wallet = { path = "../wallet", version = "1.0.0-alpha.11"} hwi = { version = "0.8.0", features = [ "miniscript"] } diff --git a/crates/hwi/README.md b/crates/hwi/README.md new file mode 100644 index 000000000..f31601b97 --- /dev/null +++ b/crates/hwi/README.md @@ -0,0 +1,3 @@ +# BDK HWI Signer + +This crate contains `HWISigner`, an implementation of a `TransactionSigner` to be used with hardware wallets. \ No newline at end of file