mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 18:18:02 +00:00
c45a15e559
* Add meta rpc_methods call. * Sort methods. * Bump runtime. * Change format a bit to support versioning.
18 lines
498 B
TOML
18 lines
498 B
TOML
[package]
|
|
name = "substrate-rpc-servers"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
jsonrpc-core = "13.2.0"
|
|
pubsub = { package = "jsonrpc-pubsub", version = "13.2.0" }
|
|
log = "0.4"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
sr-primitives = { path = "../sr-primitives" }
|
|
|
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
|
http = { package = "jsonrpc-http-server", version = "13.2.0" }
|
|
ws = { package = "jsonrpc-ws-server", version = "13.2.0" }
|