openethereum/crates/util/cli-signer/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
365 B
TOML
Raw Normal View History

[package]
2020-09-22 14:53:52 +02:00
description = "OpenEthereum CLI Signer Tool"
homepage = "https://github.com/openethereum/openethereum"
license = "GPL-3.0"
name = "cli-signer"
version = "1.4.0"
authors = ["Parity <admin@parity.io>"]
[dependencies]
ethereum-types = "0.9.2"
futures = "0.1"
rpassword = "1.0"
2021-01-13 18:03:12 +01:00
parity-rpc = { path = "../../rpc" }
parity-rpc-client = { path = "rpc-client" }