Files
pezkuwi-subxt/Cargo.toml
T
Bastian Köcher 9603b2fe5f Add cumulus-service (#187)
* Add cumulus-service

Crate that abstracts the service of a parachain.

* Make finalization infallible
2020-08-08 08:07:33 +02:00

22 lines
401 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/runtime",
"runtime",
"service",
"test/runtime",
"test/client",
"upward-message",
]
[profile.release]
panic = 'unwind'