mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 00:47:58 +00:00
9f09698a07
* Removed unused deps with `cargo machete` * Removed unused deps with `cargo machete` for parachain-template
23 lines
857 B
TOML
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.24"
|
|
async-trait = "0.1.57"
|
|
thiserror = "1.0.35"
|
|
jsonrpsee-core = "0.15.1"
|
|
parity-scale-codec = "3.2.1"
|