e95b093483
* ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor finished * removed obsolete util/src/lib.rs * removed commented out code
15 lines
311 B
TOML
15 lines
311 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 = "1.0"
|
|
bigint = "4.0"
|
|
parity-rpc = { path = "../rpc" }
|
|
parity-rpc-client = { path = "../rpc_client" }
|