bdk/Cargo.toml
Daniela Brozzoni 37dfa77d9d
Move bdk_chain into the bdk repo 🎉
Original repository: 250b4f1dcc/bdk_chain

Co-authored-by: Steve Myers <steve@notmandatory.org>
Co-authored-by: 志宇 <hello@evanlinjin.me>
Co-authored-by: LLFourn <lloyd.fourn@gmail.com>
Co-authored-by: rajarshimaitra <rajarshi149@gmail.com>
Co-authored-by: LagginTimes <wzc110@gmail.com>
Co-authored-by: Steve Myers <steve@notmandatory.org>
Co-authored-by: Vladimir Fomene <vladimirfomene@gmail.com>
2023-03-02 10:56:33 +01:00

11 lines
205 B
TOML

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