mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
2c63ccb9eb
* One node two runtimes This enables the rococo-collator to run the normal and the contracts runtime. * Fix tests
23 lines
434 B
TOML
23 lines
434 B
TOML
[workspace]
|
|
members = [
|
|
"consensus",
|
|
"message-broker",
|
|
"network",
|
|
"parachain-upgrade",
|
|
"primitives",
|
|
"rococo-parachains/",
|
|
"rococo-parachains/contracts-runtime",
|
|
"rococo-parachains/pallets/parachain-info",
|
|
"rococo-parachains/pallets/token-dealer",
|
|
"rococo-parachains/primitives",
|
|
"rococo-parachains/runtime",
|
|
"runtime",
|
|
"service",
|
|
"test/runtime",
|
|
"test/client",
|
|
"upward-message",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = 'unwind'
|