mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 14:51:07 +00:00
495d24d730
Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Co-authored-by: Bastian Köcher <info@kchr.de>
23 lines
699 B
TOML
23 lines
699 B
TOML
[package]
|
|
authors.workspace = true
|
|
name = "cumulus-relay-chain-interface"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
|
|
[dependencies]
|
|
polkadot-overseer = { path = "../../../polkadot/node/overseer" }
|
|
|
|
cumulus-primitives-core = { path = "../../primitives/core" }
|
|
|
|
sp-api = { path = "../../../substrate/primitives/api" }
|
|
sp-blockchain = { path = "../../../substrate/primitives/blockchain" }
|
|
sp-state-machine = { path = "../../../substrate/primitives/state-machine" }
|
|
sc-client-api = { path = "../../../substrate/client/api" }
|
|
|
|
futures = "0.3.28"
|
|
async-trait = "0.1.73"
|
|
thiserror = "1.0.48"
|
|
jsonrpsee-core = "0.16.2"
|
|
parity-scale-codec = "3.6.4"
|