version = "0.3.1"
edition = "2021"
homepage = "https://bitcoindevkit.org"
-repository = "https://github.com/LLFourn/bdk_core_staging"
+repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk_chain"
description = "Collection of core structures for Bitcoin Dev Kit."
license = "MIT OR Apache-2.0"
version = "0.1.0"
edition = "2021"
homepage = "https://bitcoindevkit.org"
-repository = "https://github.com/LLFourn/bdk_core_staging"
+repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk_electrum"
description = "Fetch data from electrum in the form BDK accepts"
license = "MIT OR Apache-2.0"
version = "0.1.0"
edition = "2021"
homepage = "https://bitcoindevkit.org"
-repository = "https://github.com/LLFourn/bdk_core_staging"
+repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk_esplora"
description = "Fetch data from esplora in the form that accepts"
license = "MIT OR Apache-2.0"
version = "0.0.1"
edition = "2021"
license = "MIT OR Apache-2.0"
+repository = "https://github.com/bitcoindevkit/bdk"
[dependencies]
bdk_chain = { path = "../chain", version = "0.3", features = [ "serde", "miniscript" ] }