Files
tokio/stress-test/Cargo.toml
T

15 lines
330 B
TOML
Raw Normal View History

2020-12-08 06:12:22 +01:00
[package]
name = "stress-test"
version = "0.1.0"
authors = ["Tokio Contributors <[email protected]>"]
edition = "2018"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-12-09 09:42:05 -08:00
tokio = { path = "../tokio/", features = ["full"] }
2020-12-08 06:12:22 +01:00
[dev-dependencies]
rand = "0.8"