Files
solana/metrics/Cargo.toml
anatoly yakovenko cd3ff5c335 V0.12.3, cherry pick 3523 and 3529 (#3531)
* validator confirmation

* validator confirmaiton

* remove leader confirmaiton

* hang out on progress until fork is confirmed

* use the right id for delegate id

* fixup! hang out on progress until fork is confirmed

* fixup! use the right id for delegate id

* version bump
2019-03-28 05:59:42 -07:00

24 lines
504 B
TOML

[package]
name = "solana-metrics"
version = "0.12.3"
description = "Solana Metrics"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[dependencies]
influx_db_client = "0.3.6"
log = "0.4.2"
reqwest = "0.9.11"
lazy_static = "1.3.0"
sys-info = "0.5.6"
solana-sdk = { path = "../sdk", version = "0.12.3" }
[dev-dependencies]
rand = "0.6.5"
[lib]
name = "solana_metrics"