33284e988e
* Bump master to 1.11.0 * Bump price-info * Bump mac installer version * Fix gitlab builds
23 lines
566 B
TOML
23 lines
566 B
TOML
[package]
|
|
description = "Parity Updater Service."
|
|
name = "parity-updater"
|
|
version = "1.11.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
ethabi = "5.1"
|
|
ethabi-derive = "5.0"
|
|
ethabi-contract = "5.0"
|
|
target_info = "0.1"
|
|
semver = "0.6"
|
|
ethcore = { path = "../ethcore" }
|
|
ethsync = { path = "../sync" }
|
|
ethcore-bytes = { path = "../util/bytes" }
|
|
ethereum-types = "0.2"
|
|
parking_lot = "0.5"
|
|
parity-hash-fetch = { path = "../hash-fetch" }
|
|
parity-version = { path = "../util/version" }
|
|
path = { path = "../util/path" }
|