Skip to content

Commit 50433c7

Browse files
committed
Add metadata to cargo files
1 parent b6eed1c commit 50433c7

File tree

122 files changed

+244
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+244
-0
lines changed

bridges/snowbridge/runtime/test-common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ authors = ["Snowfork <[email protected]>"]
66
edition.workspace = true
77
license = "Apache-2.0"
88
categories = ["cryptography::cryptocurrencies"]
9+
homepage.workspace = true
10+
repository.workspace = true
911

1012
[lints]
1113
workspace = true

cumulus/client/cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Parachain node CLI utilities."
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/collator/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Common node-side functionality and glue code to collate parachain blocks."
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/consensus/aura/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "0.7.0"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/consensus/common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "0.7.0"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/consensus/proposer/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "0.7.0"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/consensus/relay-chain/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "0.7.0"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/network/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
description = "Cumulus-specific networking protocol"
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/parachain-inherent/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Inherent that needs to be present in every parachain block. Contains messages and a relay chain storage-proof."
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[dependencies]
1012
async-trait = { workspace = true }

cumulus/client/pov-recovery/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
description = "Parachain PoV recovery"
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/relay-chain-inprocess-interface/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "0.7.0"
55
edition.workspace = true
66
description = "Implementation of the RelayChainInterface trait for Polkadot full-nodes."
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/relay-chain-interface/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "0.7.0"
55
edition.workspace = true
66
description = "Common interface for different relay chain datasources."
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/relay-chain-minimal-node/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "0.7.0"
55
edition.workspace = true
66
description = "Minimal node implementation to be used in tandem with RPC or light-client mode."
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/relay-chain-rpc-interface/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "0.7.0"
55
edition.workspace = true
66
description = "Implementation of the RelayChainInterface trait that connects to a remote RPC-node."
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/client/service/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Common functions used to assemble the components of a parachain node."
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/pallets/aura-ext/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "AURA consensus extension pallet for parachains"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/pallets/parachain-system/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Base pallet for cumulus-based parachains"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/pallets/parachain-system/proc-macro/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Proc macros provided by the parachain-system pallet"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/pallets/solo-to-para/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Adds functionality to migrate from a Solo to a Parachain"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/pallets/xcm/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name = "cumulus-pallet-xcm"
55
version = "0.7.0"
66
license = "Apache-2.0"
77
description = "Pallet for stuff specific to parachains' usage of XCM"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/pallets/xcmp-queue/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Pallet to queue outbound and inbound XCMP messages."
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Logic which is common to all parachain runtimes"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/integration-tests/emulated/common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"
77
description = "Common resources for integration testing with xcm-emulator"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/pallets/collective-content/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors = ["Parity Technologies <[email protected]>"]
55
edition.workspace = true
66
description = "Managed content"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/pallets/parachain-info/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name = "staging-parachain-info"
55
version = "0.7.0"
66
license = "Apache-2.0"
77
description = "Pallet to store the parachain ID"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/pallets/ping/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name = "cumulus-ping"
55
version = "0.7.0"
66
license = "Apache-2.0"
77
description = "Ping Pallet for Cumulus XCM/UMP testing."
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Rococo variant of Asset Hub parachain runtime"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Westend variant of Asset Hub parachain runtime"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/assets/common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Assets common utilities"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/assets/test-utils/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Test utils for Asset Hub runtimes."
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Rococo's BridgeHub parachain runtime"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Westend's BridgeHub parachain runtime"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/bridge-hubs/common/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Bridge hub common utilities"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[dependencies]
1012
codec = { features = ["derive"], workspace = true }

cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Utils for BridgeHub testing"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"
77
description = "Westend Collectives Parachain Runtime"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/constants/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Common constants for Testnet Parachains runtimes"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description = "Parachain testnet runtime for FRAME Contracts pallet."
55
authors.workspace = true
66
edition.workspace = true
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Rococo's Coretime parachain runtime"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Westend's Coretime parachain runtime"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"
77
description = "Glutton parachain runtime."
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/people/people-rococo/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Rococo's People parachain runtime"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[build-dependencies]
1012
substrate-wasm-builder = { optional = true, workspace = true, default-features = true }

cumulus/parachains/runtimes/people/people-westend/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Westend's People parachain runtime"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[build-dependencies]
1012
substrate-wasm-builder = { optional = true, workspace = true, default-features = true }

cumulus/parachains/runtimes/test-utils/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Utils for Runtimes testing"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
description = "Simple runtime used by the rococo parachain(s)"
77
license = "Apache-2.0"
8+
homepage.workspace = true
9+
repository.workspace = true
810

911
[lints]
1012
workspace = true

0 commit comments

Comments
 (0)