mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 11:27:58 +00:00
9cf63bafac
* move test crates into a testing folder and add a ui test and helpers * undo wee mixup with another PR * cargo fmt * clippy * tidy ui-tests a little * test different DispatchError types * refactor dispatch error stuff * name ui tests * duff => useless * align versions and cargo fmt
14 lines
196 B
TOML
14 lines
196 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"cli",
|
|
"codegen",
|
|
"examples",
|
|
"testing/test-runtime",
|
|
"testing/integration-tests",
|
|
"testing/ui-tests",
|
|
"macro",
|
|
"metadata",
|
|
"subxt",
|
|
]
|