Files
pezkuwi-subxt/client/relay-chain-interface/Cargo.toml
T
Niklas Adolfsson 89ffbb56a9 companion for #12663 jsonrpsee v0.16 (#1905)
* companion for #12663 jsonrpsee v0.16.1

* update deps

* update rpc client params

* update substrate and polkadot
2022-12-12 12:23:01 +00:00

23 lines
857 B
TOML

[package]
authors = ["Parity Technologies <admin@parity.io>"]
name = "cumulus-relay-chain-interface"
version = "0.1.0"
edition = "2021"
[dependencies]
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
cumulus-primitives-core = { path = "../../primitives/core" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
futures = "0.3.25"
async-trait = "0.1.59"
thiserror = "1.0.37"
jsonrpsee-core = "0.16.2"
parity-scale-codec = "3.2.1"