port basic config and data structures

This commit is contained in:
Tadeo hepperle
2024-01-25 15:49:20 +01:00
parent 0ea9c7ede6
commit 56d943aedc
38 changed files with 4330 additions and 6 deletions
+1
View File
@@ -79,6 +79,7 @@ We also assume that ongoing work done is being merged directly to the `master` b
(cd lightclient && cargo publish) && \
(cd codegen && cargo publish) && \
(cd macro && cargo publish) && \
(cd core && cargo publish) && \
(cd subxt && cargo publish) && \
(cd signer && cargo publish) && \
(cd cli && cargo publish);