mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 15:07:59 +00:00
55f04c20a7
* move into subfolder step 1 * Make folders a workspace again * Move examples into their own workspace crate to make them more visible and easier to run * clippy fix * newline * tweak releasing steps for folder move * reference exampels more clearly in top level readme
11 lines
114 B
TOML
11 lines
114 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"cli",
|
|
"codegen",
|
|
"examples",
|
|
"macro",
|
|
"subxt",
|
|
"test-runtime"
|
|
]
|