Files
solana/upload-perf/Cargo.toml
dependabot-preview[bot] 0541431ea8 Bump serde_json from 1.0.52 to 1.0.53 (#9957)
* Bump serde_json from 1.0.52 to 1.0.53

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.52 to 1.0.53.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.52...v1.0.53)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
2020-05-10 11:46:29 -07:00

23 lines
526 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.53"
solana-metrics = { path = "../metrics", version = "1.2.0" }
[[bin]]
name = "solana-upload-perf"
path = "src/upload-perf.rs"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]