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 eeedb4e commit c397faeCopy full SHA for c397fae
examples/example_cli/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2021"
9
bdk_chain = { path = "../../crates/chain", features = ["serde", "miniscript"]}
10
bdk_coin_select = "0.4"
11
bdk_file_store = { path = "../../crates/file_store" }
12
+bdk_tx = { version = "0.1.0" }
13
bitcoin = { version = "0.32.0", features = ["base64"], default-features = false }
14
15
anyhow = "1"
0 commit comments