Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
21 lines
475 B
TOML
21 lines
475 B
TOML
[package]
|
|
name = "solana-upload-perf"
|
|
version = "0.17.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.7"
|
|
serde_json = "1.0.40"
|
|
solana-metrics = { path = "../metrics", version = "0.17.0" }
|
|
|
|
[[bin]]
|
|
name = "solana-upload-perf"
|
|
path = "src/upload-perf.rs"
|
|
|