f1e99ea2e4
* Porting json * Dapps * Rpc & Ethstore * New ethabi * Last bunch of fixes * Fixing last test * Removing build script * Adding ethcore-ipc-tests back * Fixing grumbles * Fixing blockchain tests (inference regression?)
27 lines
648 B
TOML
27 lines
648 B
TOML
[package]
|
|
description = "Parity Updater Service."
|
|
name = "parity-updater"
|
|
version = "1.6.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
ethcore-ipc-codegen = { path = "../ipc/codegen" }
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
ethabi = "1.0.0"
|
|
target_info = "0.1"
|
|
ethcore = { path = "../ethcore" }
|
|
ethsync = { path = "../sync" }
|
|
ethcore-util = { path = "../util" }
|
|
parity-hash-fetch = { path = "../hash-fetch" }
|
|
ipc-common-types = { path = "../ipc-common-types" }
|
|
ethcore-ipc = { path = "../ipc/rpc" }
|
|
parity-reactor = { path = "../util/reactor" }
|
|
|
|
[profile.release]
|
|
debug = true
|
|
lto = false
|