Cargo.toml 1007 B
Newer Older
[package]
name = "polkadot-rpc"
Gavin Wood's avatar
Gavin Wood committed
version = "0.7.1"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
Ashley's avatar
Ashley committed
client = { package = "substrate-client", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" }
Kian Paimani's avatar
Kian Paimani committed
jsonrpc-core = "14.0.3"
polkadot-primitives = { path = "../primitives" }
Ashley's avatar
Ashley committed
sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future"  }
substrate-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" }
txpool-api = { package = "sp-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" }
frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future"  }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" }
Kian Paimani's avatar
Kian Paimani committed
polkadot-runtime = { path = "../runtime" }