e1fef5c732
* update to latest bigint * bump elastic array and deps * fix rlp tests * also update all smallvec deps * fix doc test * reduce parking in attempt to fix CI bug * fix from/into electum bug * remove duplicate imports
16 lines
350 B
TOML
16 lines
350 B
TOML
[package]
|
|
authors = ["Ethcore <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 = "2.0"
|
|
parity-rpc = { path = "../rpc" }
|
|
parity-rpc-client = { path = "../rpc_client" }
|
|
ethcore-util = { path = "../util" }
|