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 5a090fa commit 7898945Copy full SHA for 7898945
crates/electrum/Cargo.toml
@@ -14,3 +14,7 @@ readme = "README.md"
14
[dependencies]
15
bdk_chain = { path = "../chain", version = "0.4.0", features = ["serde", "miniscript"] }
16
electrum-client = { version = "0.12" }
17
+
18
+[dev-dependencies]
19
+anyhow = "1"
20
+electrsd = { version= "0.22", features = ["bitcoind_22_0", "electrs_0_9_1"] }
0 commit comments