mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 19:27:58 +00:00
2332d6dd04
* Removes `rlp` dependency * Enable warnings about unused crates in the CI * Remove all the unused crates * Make tests working again
14 lines
473 B
TOML
14 lines
473 B
TOML
[package]
|
|
name = "substrate-rpc-servers"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
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" }
|