Files
pezkuwi-subxt/Cargo.toml
T
Bastian Köcher c0769c6ae6 Introduce message broker for receiving and sending relay chain messages (#80)
* 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>
2020-04-20 16:22:05 +02:00

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'