openethereum/signer/Cargo.toml
Tomasz Drwięga 1fd9110829 Serde bump
2016-06-01 17:59:21 +02:00

25 lines
525 B
TOML

[package]
description = "Ethcore Trusted Signer"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore-signer"
version = "1.2.0"
authors = ["Ethcore <admin@ethcore.io>"]
build = "build.rs"
[build-dependencies]
rustc_version = "0.1"
[dependencies]
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc-core.git" }
log = "0.3"
env_logger = "0.3"
ws = "0.4.7"
ethcore-util = { path = "../util" }
ethcore-rpc = { path = "../rpc" }
clippy = { version = "0.0.69", optional = true}
[features]
dev = ["clippy"]