mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 06:48:01 +00:00
c0769c6ae6
* Start message broker implementation * Finish first stub implementation * Add features * Fix attribute * Update primitives/src/lib.rs Co-Authored-By: Joshy Orndorff <JoshOrndorff@users.noreply.github.com> Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>
16 lines
214 B
TOML
16 lines
214 B
TOML
[workspace]
|
|
members = [
|
|
"consensus",
|
|
"message-broker",
|
|
"network",
|
|
"primitives",
|
|
"runtime",
|
|
"test/runtime",
|
|
"test/client",
|
|
"test/parachain/runtime",
|
|
"test/parachain/",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = 'unwind'
|