Skip to content
Snippets Groups Projects
Commit 0067c9fa authored by Adrian Catangiu's avatar Adrian Catangiu Committed by Bastian Köcher
Browse files

add missing crate descriptions (#2629)

parent 5e63fb50
No related merge requests found
[package]
name = "bridge-runtime-common"
version = "0.1.0"
description = "Common types and functions that may be used by substrate-based runtimes of all bridged chains"
authors.workspace = true
edition.workspace = true
repository.workspace = true
......
[package]
name = "pallet-bridge-beefy"
version = "0.1.0"
description = "Module implementing BEEFY on-chain light client used for bridging consensus of substrate-based chains."
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
......
[package]
name = "pallet-bridge-grandpa"
version = "0.1.0"
description = "Module implementing GRANDPA on-chain light client used for bridging consensus of substrate-based chains."
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
......
[package]
name = "pallet-bridge-parachains"
version = "0.1.0"
description = "Module that allows bridged relay chains to exchange information on their parachains' heads."
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
......
[package]
name = "bp-test-utils"
version = "0.1.0"
description = "Utilities for testing substrate-based runtime bridge code"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment