Files
solana/upload-perf/Cargo.toml
dependabot-preview[bot] 62cb2cd13c Bump serde_json from 1.0.49 to 1.0.51
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.49 to 1.0.51.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.49...v1.0.51)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 08:40:55 -07:00

20 lines
459 B
TOML

[package]
name = "solana-upload-perf"
version = "1.2.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]
serde_json = "1.0.51"
solana-metrics = { path = "../metrics", version = "1.2.0" }
[[bin]]
name = "solana-upload-perf"
path = "src/upload-perf.rs"