Files
pezkuwi-subxt/Cargo.toml
T
Bastian Köcher 886a1e1c76 Move parachain inherent data into its own crate (#326)
This renames and moves the `SystemInherentData` into its own crate.
The struct is now called `ParachainInherentData`. Besides moving the
struct, this also moves the code for creating this struct into this crate.
2021-02-11 13:05:17 +01:00

22 lines
439 B
TOML

[workspace]
members = [
"client/consensus",
"client/network",
"client/service",
"pallets/parachain-system",
"pallets/xcm-handler",
"primitives/core",
"primitives/parachain-inherent",
"rococo-parachains/",
"rococo-parachains/pallets/parachain-info",
"rococo-parachains/primitives",
"rococo-parachains/runtime",
"test/runtime",
"test/client",
"test/service",
"test/relay-sproof-builder",
]
[profile.release]
panic = "unwind"