d80dd81d77
* parity-version module split from util removed unused util deps and features trigger buildbot again only kvdb links rocksdb snappy linker issues * rm snappy * fixed old version imports
24 lines
639 B
TOML
24 lines
639 B
TOML
[package]
|
|
description = "Parity Updater Service."
|
|
name = "parity-updater"
|
|
version = "1.9.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
ethabi = "4.0"
|
|
target_info = "0.1"
|
|
semver = "0.6"
|
|
ethcore = { path = "../ethcore" }
|
|
ethsync = { path = "../sync" }
|
|
ethcore-util = { path = "../util" }
|
|
ethcore-bigint = { path = "../util/bigint" }
|
|
ethcore-bytes = { path = "../util/bytes" }
|
|
futures = "0.1"
|
|
parking_lot = "0.4"
|
|
parity-hash-fetch = { path = "../hash-fetch" }
|
|
parity-reactor = { path = "../util/reactor" }
|
|
parity-version = { path = "../util/version" }
|
|
path = { path = "../util/path" }
|