2016-09-20 12:19:07 +02:00
|
|
|
[package]
|
2020-09-22 14:53:52 +02:00
|
|
|
description = "OpenEthereum CLI Signer Tool"
|
|
|
|
homepage = "https://github.com/openethereum/openethereum"
|
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"
|
2019-08-12 18:55:11 +02:00
|
|
|
authors = ["Parity <admin@parity.io>"]
|
2016-09-20 12:19:07 +02:00
|
|
|
|
|
|
|
[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"
|
2021-01-13 18:03:12 +01:00
|
|
|
parity-rpc = { path = "../../rpc" }
|
2018-12-28 10:33:49 +01:00
|
|
|
parity-rpc-client = { path = "rpc-client" }
|