2016-09-20 12:19:07 +02:00
|
|
|
[package]
|
2017-06-09 12:21:35 +02:00
|
|
|
authors = ["Parity <admin@parity.io>"]
|
2016-09-20 12:19:07 +02:00
|
|
|
description = "Parity Cli Tool"
|
2017-05-02 11:41:09 +02:00
|
|
|
homepage = "http://parity.io"
|
2016-09-20 12:19:07 +02:00
|
|
|
license = "GPL-3.0"
|
2018-12-28 10:33:49 +01:00
|
|
|
name = "cli-signer"
|
2016-09-20 12:19:07 +02:00
|
|
|
version = "1.4.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-02-25 14:27:28 +01:00
|
|
|
ethereum-types = "0.4"
|
2016-09-20 12:19:07 +02:00
|
|
|
futures = "0.1"
|
2017-10-16 10:20:55 +02:00
|
|
|
rpassword = "1.0"
|
2017-04-13 16:32:07 +02:00
|
|
|
parity-rpc = { path = "../rpc" }
|
2018-12-28 10:33:49 +01:00
|
|
|
parity-rpc-client = { path = "rpc-client" }
|