openethereum/miner/stratum/Cargo.toml
Anton Gavrilov f48780c29b
Update ethereum types to 0.8.0 version (#11139)
* Ethereum types updated to 0.8 version

* Fix for rand usage in rpc

* Cargo lock fixed after rebase

* TODO added
2019-10-08 14:18:44 +02:00

20 lines
381 B
TOML

[package]
description = "Ethcore stratum lib"
name = "ethcore-stratum"
version = "1.12.0"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ethereum-types = "0.8.0"
keccak-hash = "0.4.0"
jsonrpc-core = "13.2.0"
jsonrpc-tcp-server = "13.2.0"
log = "0.4"
parking_lot = "0.9"
[dev-dependencies]
env_logger = "0.5"
tokio = "0.1"
tokio-io = "0.1"