openethereum/miner/price-info/Cargo.toml
Anton Gavrilov 3357cfb3e5
Switch from the internal runtime lib to external one from crates.io (#11480)
* Parity runtime switched to the version from crates

* Tests fixed
2020-02-11 22:02:25 +01:00

20 lines
470 B
TOML

[package]
description = "Fetch current ETH price"
homepage = "http://parity.io"
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"] }