Skip to content

Commit 5a3eb67

Browse files
committed
Add bitcoin-payment-instructions to Cargo
Introduce the bitcoin-payment-instructions library as a dependency in Cargo.toml. This library provides the necessary types and parsing logic to handle BIP 21 URIs and BIP 353 HRNs.
1 parent cf3f415 commit 5a3eb67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ log = { version = "0.4.22", default-features = false, features = ["std"]}
7777

7878
vss-client = { package = "vss-client-ng", version = "0.4" }
7979
prost = { version = "0.11.6", default-features = false}
80+
#bitcoin-payment-instructions = { version = "0.5" }
81+
bitcoin-payment-instructions = { git = "https://github.com/chuksys/bitcoin-payment-instructions", branch = "bump-ldk-deps" }
8082

8183
[target.'cfg(windows)'.dependencies]
8284
winapi = { version = "0.3", features = ["winbase"] }

0 commit comments

Comments
 (0)