mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-04 08:07:24 +00:00
f441a5fc93
Signed-off-by: alvicsam <alvicsam@gmail.com>
22 lines
660 B
TOML
22 lines
660 B
TOML
[package]
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
name = "cumulus-relay-chain-interface"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[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.47"
|
|
jsonrpsee-core = "0.16.2"
|
|
parity-scale-codec = "3.6.4"
|