Files
pezkuwi-subxt/Cargo.toml
T
Sergei Shulepov f92e41925f Resurrect (a minimal version of) message-broker (#234)
This is mostly a copy of the predating version with exception of some
renaming and alterations (e.g. the message handler takes an inbound
downward message by value, not by reference).
2020-11-16 14:18:46 +01:00

21 lines
349 B
TOML

[workspace]
members = [
"consensus",
"message-broker",
"network",
"parachain-upgrade",
"primitives",
"rococo-parachains/",
"rococo-parachains/pallets/parachain-info",
"rococo-parachains/primitives",
"rococo-parachains/runtime",
"runtime",
"service",
"test/runtime",
"test/client",
"test/service",
]
[profile.release]
panic = 'unwind'