diff --git a/Cargo.toml b/Cargo.toml index 20cc16039fe48a2e4f35019cef4bcf84ffd3d969..a08c64a403136ee9bdc7be3fe0ebcba890717743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,9 @@ members = [ "bridges/primitives/xcm-bridge-hub", "bridges/primitives/xcm-bridge-hub-router", "bridges/snowbridge/parachain/pallets/ethereum-client", + "bridges/snowbridge/parachain/pallets/ethereum-client/fixtures", "bridges/snowbridge/parachain/pallets/inbound-queue", + "bridges/snowbridge/parachain/pallets/inbound-queue/fixtures", "bridges/snowbridge/parachain/pallets/outbound-queue", "bridges/snowbridge/parachain/pallets/outbound-queue/merkle-tree", "bridges/snowbridge/parachain/pallets/outbound-queue/runtime-api", @@ -108,6 +110,7 @@ members = [ "cumulus/parachains/runtimes/bridge-hubs/common", "cumulus/parachains/runtimes/bridge-hubs/test-utils", "cumulus/parachains/runtimes/collectives/collectives-westend", + "cumulus/parachains/runtimes/constants", "cumulus/parachains/runtimes/contracts/contracts-rococo", "cumulus/parachains/runtimes/coretime/coretime-rococo", "cumulus/parachains/runtimes/coretime/coretime-westend",