We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac547ce commit dd443d3Copy full SHA for dd443d3
2 files changed
Cargo.toml
@@ -21,6 +21,10 @@ bitcoin = { version = "0.32", features = ["rand-std"] }
21
bdk_testenv = "0.13.0"
22
bdk_bitcoind_rpc = "0.20.0"
23
bdk_chain = { version = "0.23.0" }
24
+payjoin = { git = "https://github.com/payjoin/rust-payjoin.git", package = "payjoin", features = ["v2", "io"], default-features = false }
25
+url = { version = "2.5.7", features = ["serde"] }
26
+tokio = { version = "1.47.1", features = ["full"] }
27
+reqwest = { version = "0.12.23", default-features = false, features = ["json", "rustls-tls"] }
28
29
[features]
30
default = ["std"]
0 commit comments