Files
pezkuwi-subxt/bridges/relays/parachains/Cargo.toml
T
Serban Iorga 8f26000e6a Address migration comments (#2910)
* Use workspace.[authors|edition]

* Add repository.workspace = true

* Upgrade dependencies to the polkadot-sdk versions

* Upgrade async-std version

* Update jsonrpsee version

* cargo update

* use ci-unified image
2024-04-10 10:28:37 +02:00

29 lines
771 B
TOML

[package]
name = "parachains-relay"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository.workspace = true
publish = false
[lints]
workspace = true
[dependencies]
async-std = "1.9.0"
async-trait = "0.1.79"
futures = "0.3.30"
log = { workspace = true }
relay-utils = { path = "../utils" }
# Bridge dependencies
bp-polkadot-core = { path = "../../primitives/polkadot-core" }
relay-substrate-client = { path = "../client-substrate" }
[dev-dependencies]
codec = { package = "parity-scale-codec", version = "3.6.1" }
relay-substrate-client = { path = "../client-substrate", features = ["test-helpers"] }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }