33284e988e
* Bump master to 1.11.0 * Bump price-info * Bump mac installer version * Fix gitlab builds
23 lines
715 B
TOML
23 lines
715 B
TOML
[package]
|
|
description = "Ethcore stratum lib"
|
|
name = "ethcore-stratum"
|
|
version = "1.11.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore-logger = { path = "../logger" }
|
|
ethereum-types = "0.2"
|
|
keccak-hash = { path = "../util/hash" }
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.10" }
|
|
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.10" }
|
|
jsonrpc-tcp-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.10" }
|
|
log = "0.3"
|
|
parking_lot = "0.5"
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.4"
|
|
tokio-core = "0.1"
|
|
tokio-io = "0.1"
|
|
ethcore-logger = { path = "../logger" }
|