mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-04 17:27:23 +00:00
15 lines
542 B
TOML
15 lines
542 B
TOML
[package]
|
|
name = "substrate-rpc-servers"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git" }
|
|
jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git" }
|
|
jsonrpc-pubsub = { git = "https://github.com/paritytech/jsonrpc.git" }
|
|
jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc.git" }
|
|
log = "0.4"
|
|
serde = "1.0"
|
|
substrate-rpc = { path = "../rpc", version = "0.1" }
|
|
sr-primitives = { path = "../sr-primitives" }
|