openethereum/crates/concensus/miner/price-info/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
470 B
TOML
Raw Normal View History

[package]
description = "Fetch current ETH price"
2020-09-22 14:53:52 +02:00
homepage = "https://github.com/openethereum/openethereum"
license = "GPL-3.0"
name = "price-info"
version = "1.12.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
2021-01-13 18:03:12 +01:00
fetch = { path = "../../../net/fetch" }
futures = "0.1"
2021-01-13 18:03:12 +01:00
parity-runtime = { path = "../../../runtime/runtime" }
log = "0.4"
serde_json = "1.0"
[dev-dependencies]
parking_lot = "0.11.1"
2021-01-13 18:03:12 +01:00
fake-fetch = { path = "../../../net/fake-fetch" }