bdk/Cargo.toml
Daniela Brozzoni 949608ab1f
Move bdk_electrum into the bdk repo 🎉
Original repository: 250b4f1dcc/bdk_electrum

Co-authored-by: 志宇 <hello@evanlinjin.me>
Co-authored-by: LLFourn <lloyd.fourn@gmail.com>
2023-03-02 10:56:35 +01:00

13 lines
261 B
TOML

[workspace]
members = [
"crates/bdk",
"crates/bdk_chain",
"crates/bdk_file_store",
"crates/bdk_electrum",
"example-crates/esplora-wallet",
"example-crates/electrum-wallet",
]
[workspace.package]
authors = ["Bitcoin Dev Kit Developers"]