bdk/Cargo.toml
Daniela Brozzoni 03deafb553
Move bdk_file_store into the bdk repo 🎉
Original repository: 250b4f1dcc/bdk_file_store

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

12 lines
234 B
TOML

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