ea09aa584d
* Basic WS server. * CLI for WS server. * Bump jsonrpc * Fixing test.
16 lines
382 B
TOML
16 lines
382 B
TOML
[package]
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
|
description = "Parity Cli Tool"
|
|
homepage = "http://ethcore.io"
|
|
license = "GPL-3.0"
|
|
name = "rpc-cli"
|
|
version = "1.4.0"
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
rpassword = "0.3.0"
|
|
ethcore-bigint = { path = "../util/bigint" }
|
|
parity-rpc = { path = "../rpc" }
|
|
parity-rpc-client = { path = "../rpc_client" }
|
|
ethcore-util = { path = "../util" }
|