Move everything else over 🎉
This completes the move of things from https://github.com/LLFourn/bdk_core_staging
This commit is contained in:
committed by
Daniela Brozzoni
parent
949608ab1f
commit
c069b0fb41
@@ -5,12 +5,12 @@ edition = "2021"
|
||||
homepage = "https://bitcoindevkit.org"
|
||||
repository = "https://github.com/LLFourn/bdk_core_staging"
|
||||
documentation = "https://docs.rs/bdk_electrum"
|
||||
description = "BDK Electrum client library for updating the keychain tracker."
|
||||
description = "Fetch data from electrum in the form BDK accepts"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bdk_chain = { path = "../bdk_chain", version = "0.3", features = ["serde", "miniscript"] }
|
||||
bdk_chain = { path = "../chain", version = "0.3", features = ["serde", "miniscript"] }
|
||||
electrum-client = { version = "0.12" }
|
||||
|
||||
Reference in New Issue
Block a user