mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
a817d310bb
There were several improvements and PRs that didn't apply to all runtimes, so this PR attempts to align those small differences. In addition, the PR eliminates unused dependencies across multiple modules. Relates to PR for `polkadot-fellows`: https://github.com/polkadot-fellows/runtimes/pull/154
26 lines
862 B
TOML
26 lines
862 B
TOML
[package]
|
|
name = "bridge-hub-westend-emulated-chain"
|
|
version = "0.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "Apache-2.0"
|
|
description = "Bridge Hub Westend emulated chain"
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
|
|
# Substrate
|
|
sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false }
|
|
frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false }
|
|
|
|
# Polakadot
|
|
parachains-common = { path = "../../../../../../../parachains/common" }
|
|
|
|
# Cumulus
|
|
emulated-integration-tests-common = { path = "../../../../common", default-features = false }
|
|
bridge-hub-westend-runtime = { path = "../../../../../../runtimes/bridge-hubs/bridge-hub-westend" }
|
|
bridge-hub-common = { path = "../../../../../../runtimes/bridge-hubs/common", default-features = false }
|