mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
29 lines
745 B
TOML
29 lines
745 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 = { path = "../../../substrate/primitives/core" }
|