openethereum/updater/Cargo.toml

25 lines
651 B
TOML
Raw Normal View History

2016-12-11 19:15:58 +01:00
[package]
description = "Parity Updater Service."
name = "parity-updater"
2017-03-07 17:29:27 +01:00
version = "1.7.0"
2016-12-11 19:15:58 +01:00
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
2016-12-11 22:47:43 +01:00
build = "build.rs"
[build-dependencies]
ethcore-ipc-codegen = { path = "../ipc/codegen" }
2016-12-11 19:15:58 +01:00
[dependencies]
log = "0.3"
ethabi = "1.0"
target_info = "0.1"
2016-12-11 19:15:58 +01:00
ethcore = { path = "../ethcore" }
2016-12-16 10:14:44 +01:00
ethsync = { path = "../sync" }
2016-12-11 19:15:58 +01:00
ethcore-util = { path = "../util" }
futures = "0.1"
2016-12-11 19:15:58 +01:00
parity-hash-fetch = { path = "../hash-fetch" }
2016-12-11 22:47:43 +01:00
ipc-common-types = { path = "../ipc-common-types" }
ethcore-ipc = { path = "../ipc/rpc" }
parity-reactor = { path = "../util/reactor" }
path = { path = "../util/path" }