bdk/Cargo.toml
LLFourn c069b0fb41
Move everything else over 🎉
This completes the move of things from https://github.com/LLFourn/bdk_core_staging
2023-03-02 10:56:36 +01:00

18 lines
461 B
TOML

[workspace]
members = [
"crates/bdk",
"crates/chain",
"crates/file_store",
"crates/electrum",
"example-crates/esplora-wallet",
"example-crates/electrum-wallet",
"example-crates/keychain_tracker_electrum_example",
"example-crates/keychain_tracker_esplora_example",
"example-crates/keychain_tracker_example_cli",
"nursery/tmp_plan",
"nursery/coin_select"
]
[workspace.package]
authors = ["Bitcoin Dev Kit Developers"]