27 lines
628 B
TOML
27 lines
628 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]
|
|
rand = "0.3.14"
|
|
jsonrpc-core = "2.0"
|
|
log = "0.3"
|
|
env_logger = "0.3"
|
|
ws = { git = "https://github.com/ethcore/ws-rs.git" }
|
|
ethcore-util = { path = "../util" }
|
|
ethcore-rpc = { path = "../rpc" }
|
|
parity-minimal-sysui = { git = "https://github.com/ethcore/parity-dapps-minimal-sysui-rs.git" }
|
|
|
|
clippy = { version = "0.0.76", optional = true}
|
|
|
|
[features]
|
|
dev = ["clippy"]
|