[package] name = "people-westend-emulated-chain" version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" description = "People Westend emulated chain" publish = false [dependencies] # Substrate sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false } frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false } # Cumulus parachains-common = { path = "../../../../../../common" } cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false } emulated-integration-tests-common = { path = "../../../../common", default-features = false } people-westend-runtime = { path = "../../../../../../runtimes/people/people-westend" } testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["westend"] }