Files
solana/bench-streamer/Cargo.toml
Michael Vines 0dbe5ee559 Add chacha-sys crate (#4620)
* af9ff9c7f9/src/cpu-crypt

* Add chacha-sys crate

* Remove chacha feature

* Remove erasure feature

* Add .gitignore
2019-06-10 07:14:02 -07:00

19 lines
482 B
TOML

[package]
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-bench-streamer"
version = "0.16.0"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
clap = "2.33.0"
solana = { path = "../core", version = "0.16.0" }
solana-logger = { path = "../logger", version = "0.16.0" }
solana-netutil = { path = "../netutil", version = "0.16.0" }
[features]
cuda = ["solana/cuda"]