Umbrella crate: exclude chain-specific crates (#5173)
Uses custom metadata to exclude chain-specific crates.
The only concern is that devs who want to use chain-specific crates,
still need to select matching versions numbers. Could possibly be
addresses with chain-specific umbrella crates, but currently it should
be possible to use [psvm](https://github.com/paritytech/psvm).
---------
Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent
8af9889f
Showing
- Cargo.lock 0 additions, 13 deletionsCargo.lock
- bridges/chains/chain-asset-hub-rococo/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-asset-hub-rococo/Cargo.toml
- bridges/chains/chain-asset-hub-westend/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-asset-hub-westend/Cargo.toml
- bridges/chains/chain-bridge-hub-cumulus/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-bridge-hub-cumulus/Cargo.toml
- bridges/chains/chain-bridge-hub-kusama/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-bridge-hub-kusama/Cargo.toml
- bridges/chains/chain-bridge-hub-polkadot/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-bridge-hub-polkadot/Cargo.toml
- bridges/chains/chain-bridge-hub-rococo/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-bridge-hub-rococo/Cargo.toml
- bridges/chains/chain-bridge-hub-westend/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-bridge-hub-westend/Cargo.toml
- bridges/chains/chain-kusama/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-kusama/Cargo.toml
- bridges/chains/chain-polkadot-bulletin/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-polkadot-bulletin/Cargo.toml
- bridges/chains/chain-rococo/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-rococo/Cargo.toml
- bridges/chains/chain-westend/Cargo.toml 3 additions, 0 deletionsbridges/chains/chain-westend/Cargo.toml
- docs/contributor/CONTRIBUTING.md 39 additions, 0 deletionsdocs/contributor/CONTRIBUTING.md
- polkadot/runtime/rococo/constants/Cargo.toml 3 additions, 0 deletionspolkadot/runtime/rococo/constants/Cargo.toml
- polkadot/runtime/westend/constants/Cargo.toml 3 additions, 0 deletionspolkadot/runtime/westend/constants/Cargo.toml
- prdoc/pr_5173.prdoc 39 additions, 0 deletionsprdoc/pr_5173.prdoc
- scripts/generate-umbrella.py 2 additions, 1 deletionscripts/generate-umbrella.py
- umbrella/Cargo.toml 0 additions, 91 deletionsumbrella/Cargo.toml
- umbrella/src/lib.rs 0 additions, 52 deletionsumbrella/src/lib.rs
Please register or sign in to comment