Files
pezkuwi-subxt/Cargo.toml
T
Bastian Köcher 2c63ccb9eb One node two runtimes (#191)
* One node two runtimes

This enables the rococo-collator to run the normal and the contracts runtime.

* Fix tests
2020-08-11 11:35:54 +02:00

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'