Other changes: * The `async-https` feature of `bdk_esplora` is no longer default. * Rename `ObservedAs` to `ChainPosition`. * Set temporary MSRV to 1.60.0 to compile all workspace members will all features.
19 lines
437 B
TOML
19 lines
437 B
TOML
[workspace]
|
|
members = [
|
|
"crates/bdk",
|
|
"crates/chain",
|
|
"crates/file_store",
|
|
"crates/electrum",
|
|
"crates/esplora",
|
|
"example-crates/example_cli",
|
|
"example-crates/example_electrum",
|
|
"example-crates/wallet_electrum",
|
|
"example-crates/wallet_esplora",
|
|
"example-crates/wallet_esplora_async",
|
|
"nursery/tmp_plan",
|
|
"nursery/coin_select"
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["Bitcoin Dev Kit Developers"]
|