46183b1cdd
* bigint upgraded to version 3.0 * fixed missing FromHex import in ethcore tests * fixed missing FromHex import in rpc tests
16 lines
349 B
TOML
16 lines
349 B
TOML
[package]
|
|
authors = ["Parity <admin@parity.io>"]
|
|
description = "Parity Cli Tool"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "rpc-cli"
|
|
version = "1.4.0"
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
rpassword = "0.3.0"
|
|
bigint = "3.0"
|
|
parity-rpc = { path = "../rpc" }
|
|
parity-rpc-client = { path = "../rpc_client" }
|
|
ethcore-util = { path = "../util" }
|