Files
solana/streamer/Cargo.toml
dependabot-preview[bot] 1bfc4c1489 Bump libc from 0.2.70 to 0.2.71 (#10249)
* Bump libc from 0.2.70 to 0.2.71

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.70 to 0.2.71.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.70...0.2.71)

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 <anatoly+githubjenkins@solana.io>
2020-05-26 11:04:15 -07:00

30 lines
772 B
TOML

[package]
name = "solana-streamer"
version = "1.2.0"
description = "Solana Streamer"
authors = ["Solana Maintainers <maintainers@solana.com>"]
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.2.0" }
solana-sdk = { path = "../sdk", version = "1.2.0" }
thiserror = "1.0"
solana-measure = { path = "../measure", version = "1.2.0" }
solana-logger = { path = "../logger", version = "1.2.0" }
libc = "0.2.71"
nix = "0.17.0"
solana-perf = { path = "../perf", version = "1.2.0" }
[dev-dependencies]
[lib]
crate-type = ["lib"]
name = "solana_streamer"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]