Bumps [env_logger](https://github.com/sebasmagri/env_logger) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebasmagri/env_logger/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
22 lines
581 B
TOML
22 lines
581 B
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
edition = "2018"
|
|
name = "solana-gossip"
|
|
description = "Blockchain, Rebuilt for Scale"
|
|
version = "0.17.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
|
|
[dependencies]
|
|
clap = "2.33.0"
|
|
env_logger = "0.6.2"
|
|
solana = { path = "../core", version = "0.17.0" }
|
|
solana-client = { path = "../client", version = "0.17.0" }
|
|
solana-netutil = { path = "../netutil", version = "0.17.0" }
|
|
solana-sdk = { path = "../sdk", version = "0.17.0" }
|
|
|
|
[features]
|
|
cuda = []
|
|
|