Move everything else over 🎉

This completes the move of things from https://github.com/LLFourn/bdk_core_staging
This commit is contained in:
LLFourn
2023-03-02 16:23:06 +11:00
committed by Daniela Brozzoni
parent 949608ab1f
commit c069b0fb41
37 changed files with 5023 additions and 15 deletions

View File

@@ -1,11 +1,16 @@
[workspace]
members = [
"crates/bdk",
"crates/bdk_chain",
"crates/bdk_file_store",
"crates/bdk_electrum",
"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]