edition = "2021"
[dependencies]
-bdk_chain = { path = "../../crates/chain", version = "0.3.1", features = ["serde"] }
+bdk_chain = { path = "../../crates/chain", features = ["serde"] }
bdk_electrum = { path = "../../crates/electrum" }
keychain_tracker_example_cli = { path = "../keychain_tracker_example_cli"}
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bdk_chain = { path = "../../crates/chain", version = "0.3.1", features = ["serde", "miniscript"] }
+bdk_chain = { path = "../../crates/chain", features = ["serde", "miniscript"] }
bdk_esplora = { path = "../../crates/esplora" }
keychain_tracker_example_cli = { path = "../keychain_tracker_example_cli" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bdk_chain = { path = "../../crates/chain", version = "0.3.1", features = ["serde", "miniscript"]}
+bdk_chain = { path = "../../crates/chain", features = ["serde", "miniscript"]}
bdk_file_store = { path = "../../crates/file_store" }
bdk_tmp_plan = { path = "../../nursery/tmp_plan" }
bdk_coin_select = { path = "../../nursery/coin_select" }
authors = [ "LLFourn <lloyd.fourn@gmail.com>" ]
[dependencies]
-bdk_chain = { path = "../../crates/chain", version = "0.3.1" }
+bdk_chain = { path = "../../crates/chain" }
[features]
default = ["std"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bdk_chain = { path = "../../crates/chain", version = "0.3.1", features = ["miniscript"] }
+bdk_chain = { path = "../../crates/chain", features = ["miniscript"] }
[features]
default = ["std"]