mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
eab3624096
* Release 0.7.30 * Update Substrate & libp2p
18 lines
998 B
TOML
18 lines
998 B
TOML
[package]
|
|
name = "polkadot-rpc"
|
|
version = "0.7.30"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
jsonrpc-core = "14.0.3"
|
|
polkadot-primitives = { path = "../primitives" }
|
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
|