Alphabetize

This commit is contained in:
Tyera Eulberg 2018-09-14 16:31:54 -06:00 committed by Tyera Eulberg
parent 7dfab867fe
commit 8b7edc6d64
2 changed files with 5 additions and 5 deletions

View File

@ -17,14 +17,14 @@ authors = [
]
license = "Apache-2.0"
[[bin]]
name = "solana-bench-tps"
path = "src/bin/bench-tps.rs"
[[bin]]
name = "solana-bench-streamer"
path = "src/bin/bench-streamer.rs"
[[bin]]
name = "solana-bench-tps"
path = "src/bin/bench-tps.rs"
[[bin]]
name = "solana-drone"
path = "src/bin/drone.rs"

View File

@ -77,13 +77,13 @@ extern crate libc;
#[macro_use]
extern crate log;
extern crate nix;
extern crate pnet_datalink;
extern crate rayon;
extern crate reqwest;
extern crate ring;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate pnet_datalink;
extern crate serde_json;
extern crate sha2;
extern crate socket2;