Cargo.toml 1001 B
Newer Older
[package]
name = "polkadot-rpc"
André Silva's avatar
André Silva committed
version = "0.7.13"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
Ashley's avatar
Ashley committed
client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
Kian Paimani's avatar
Kian Paimani committed
jsonrpc-core = "14.0.3"
polkadot-primitives = { path = "../primitives" }
Ashley's avatar
Ashley committed
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils"  }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils"  }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false }