mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
093f1c46e5
* Bump rpc deps * Update core/test-runtime/src/genesismap.rs Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
24 lines
919 B
TOML
24 lines
919 B
TOML
[package]
|
|
name = "srml-system-rpc"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
client = { package = "substrate-client", path = "../../../core/client" }
|
|
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
|
jsonrpc-core = "14.0.3"
|
|
jsonrpc-core-client = "14.0.3"
|
|
jsonrpc-derive = "14.0.3"
|
|
log = "0.4.8"
|
|
serde = { version = "1.0.101", features = ["derive"] }
|
|
sr-primitives = { path = "../../../core/sr-primitives" }
|
|
srml-system-rpc-runtime-api = { path = "./runtime-api" }
|
|
substrate-primitives = { path = "../../../core/primitives" }
|
|
transaction_pool = { package = "substrate-transaction-pool", path = "../../../core/transaction-pool" }
|
|
|
|
[dev-dependencies]
|
|
test-client = { package = "substrate-test-runtime-client", path = "../../../core/test-runtime/client" }
|
|
env_logger = "0.7.0"
|
|
futures03 = { package = "futures-preview", version = "=0.3.0-alpha.19" }
|