[package] name = "rococo-emulated-chain" version = "0.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" description = "Rococo emulated chain" publish = false [lints] workspace = true [dependencies] # Substrate sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false } sp-authority-discovery = { path = "../../../../../../../substrate/primitives/authority-discovery", default-features = false } sp-consensus-babe = { path = "../../../../../../../substrate/primitives/consensus/babe", default-features = false } beefy-primitives = { package = "sp-consensus-beefy", path = "../../../../../../../substrate/primitives/consensus/beefy" } grandpa = { package = "sc-consensus-grandpa", path = "../../../../../../../substrate/client/consensus/grandpa", default-features = false } # Polkadot polkadot-primitives = { path = "../../../../../../../polkadot/primitives", default-features = false } rococo-runtime-constants = { path = "../../../../../../../polkadot/runtime/rococo/constants", default-features = false } rococo-runtime = { path = "../../../../../../../polkadot/runtime/rococo" } # Cumulus parachains-common = { path = "../../../../../common" } emulated-integration-tests-common = { path = "../../../common", default-features = false }