Files
solana/upload-perf/Cargo.toml
dependabot-preview[bot] 2b13158e29 Bump serde_json from 1.0.41 to 1.0.42 (#7142)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.41 to 1.0.42.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.41...v1.0.42)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-26 15:09:01 -07:00

21 lines
475 B
TOML

[package]
name = "solana-upload-perf"
version = "0.22.0"
description = "Metrics Upload Utility"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
edition = "2018"
homepage = "https://solana.com/"
publish = false
[dependencies]
log = "0.4.8"
serde_json = "1.0.42"
solana-metrics = { path = "../metrics", version = "0.22.0" }
[[bin]]
name = "solana-upload-perf"
path = "src/upload-perf.rs"