mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 15:07: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>
17 lines
657 B
TOML
17 lines
657 B
TOML
[package]
|
|
name = "node-rpc"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
client = { package = "substrate-client", path = "../../core/client" }
|
|
jsonrpc-core = "14.0.3"
|
|
node-primitives = { path = "../primitives" }
|
|
node-runtime = { path = "../runtime" }
|
|
sr-primitives = { path = "../../core/sr-primitives" }
|
|
srml-contracts-rpc = { path = "../../srml/contracts/rpc/" }
|
|
srml-transaction-payment-rpc = { path = "../../srml/transaction-payment/rpc/" }
|
|
srml-system-rpc = { path = "../../srml/system/rpc/" }
|
|
transaction_pool = { package = "substrate-transaction-pool", path = "../../core/transaction-pool" }
|