summaryrefslogtreecommitdiffstats
path: root/stress-test/Cargo.toml
blob: 5f7910a8d6145eeb1f64812435a009f0f337bf29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stress-test"
version = "0.1.0"
authors = ["Tokio Contributors <team@tokio.rs>"]
edition = "2018"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = {path = "../tokio/", features = ["full"]}

[dev-dependencies]
rand = "0.7.3"