4f26ffd447
* Fix project name, links, rename binary * Update util/version/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> * Update updater/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> * Update util/version/Cargo.toml Co-Authored-By: David <dvdplm@gmail.com> Co-authored-by: David <dvdplm@gmail.com>
20 lines
500 B
TOML
20 lines
500 B
TOML
[package]
|
|
description = "Fetch current ETH price"
|
|
repository = "https://github.com/openethereum/openethereum"
|
|
license = "GPL-3.0"
|
|
name = "price-info"
|
|
version = "1.12.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
fetch = { path = "../../util/fetch" }
|
|
futures = "0.1"
|
|
log = "0.4"
|
|
parity-runtime = "0.1.1"
|
|
serde_json = "1.0"
|
|
|
|
[dev-dependencies]
|
|
fake-fetch = { path = "../../util/fake-fetch" }
|
|
parity-runtime = { version = "0.1.1", features = ["test-helpers"] }
|