Skip to content

Commit 008682b

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 d22d118 commit 008682b

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
@@ -67,6 +67,8 @@ log = { version = "0.4.22", default-features = false, features = ["std"]}
6767

6868
vss-client = { package = "vss-client-ng", version = "0.4" }
6969
prost = { version = "0.11.6", default-features = false}
70+
#bitcoin-payment-instructions = { version = "0.5" }
71+
bitcoin-payment-instructions = { git = "https://github.com/chuksys/bitcoin-payment-instructions", branch = "bump-ldk-deps" }
7072

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

0 commit comments

Comments
 (0)