Files
pezkuwi-subxt/Cargo.toml
T
James Wilson 55f04c20a7 Move Subxt crate into a subfolder (#424)
* 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
2022-02-02 12:15:44 +00:00

11 lines
114 B
TOML

[workspace]
members = [
"cli",
"codegen",
"examples",
"macro",
"subxt",
"test-runtime"
]