Original repository: 250b4f1dcc/bdk_electrum
Co-authored-by: 志宇 <hello@evanlinjin.me>
Co-authored-by: LLFourn <lloyd.fourn@gmail.com>
13 lines
261 B
TOML
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"]
|