We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fbedc commit 3564b5eCopy full SHA for 3564b5e
Cargo.toml
@@ -92,6 +92,7 @@ log = { version = "0.4.22", default-features = false, features = ["std"]}
92
93
vss-client = "0.3"
94
prost = { version = "0.11.6", default-features = false}
95
+bitcoin-payment-instructions = { git = "https://github.com/rust-bitcoin/bitcoin-payment-instructions", rev = "dc2b29a9b7ee241a4b2dd1bd5ee466e9e7e0ed73" }
96
97
[target.'cfg(windows)'.dependencies]
98
winapi = { version = "0.3", features = ["winbase"] }
0 commit comments