openethereum/updater/Cargo.toml

23 lines
581 B
TOML
Raw Normal View History

2016-12-11 19:15:58 +01:00
[package]
description = "Parity Updater Service."
name = "parity-updater"
2017-10-12 23:44:02 +02:00
version = "1.9.0"
2016-12-11 19:15:58 +01:00
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
log = "0.3"
ethabi = "4.0"
target_info = "0.1"
2017-10-16 17:28:59 +02:00
semver = "0.6"
2016-12-11 19:15:58 +01:00
ethcore = { path = "../ethcore" }
2016-12-16 10:14:44 +01:00
ethsync = { path = "../sync" }
ethcore-bytes = { path = "../util/bytes" }
ethereum-types = "0.1"
futures = "0.1"
parking_lot = "0.5"
2016-12-11 19:15:58 +01:00
parity-hash-fetch = { path = "../hash-fetch" }
parity-reactor = { path = "../util/reactor" }
parity-version = { path = "../util/version" }
path = { path = "../util/path" }