2016-01-29 15:56:06 +01:00
|
|
|
[package]
|
|
|
|
description = "Ethcore blockchain sync"
|
|
|
|
name = "ethsync"
|
|
|
|
version = "0.1.0"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["Ethcore <admin@ethcore.io"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ethcore-util = { path = "../util" }
|
|
|
|
ethcore = { path = ".." }
|
2016-02-13 22:58:41 +01:00
|
|
|
clippy = "0.0.41"
|
2016-01-29 15:56:06 +01:00
|
|
|
log = "0.3"
|
|
|
|
env_logger = "0.3"
|
2016-02-02 14:54:46 +01:00
|
|
|
time = "0.1.34"
|
2016-02-05 18:34:08 +01:00
|
|
|
rand = "0.3.13"
|