solana/streamer/Cargo.toml
dependabot-preview[bot] cee9177ec7 Bump libc from 0.2.71 to 0.2.72
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.71 to 0.2.72.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.71...0.2.72)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-13 15:00:27 -07:00

30 lines
779 B
TOML

[package]
name = "solana-streamer"
version = "1.3.0"
description = "Solana Streamer"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[dependencies]
log = "0.4.8"
solana-metrics = { path = "../metrics", version = "1.3.0" }
solana-sdk = { path = "../sdk", version = "1.3.0" }
thiserror = "1.0"
solana-measure = { path = "../measure", version = "1.3.0" }
solana-logger = { path = "../logger", version = "1.3.0" }
libc = "0.2.72"
nix = "0.17.0"
solana-perf = { path = "../perf", version = "1.3.0" }
[dev-dependencies]
[lib]
crate-type = ["lib"]
name = "solana_streamer"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]