Files

19 lines
391 B
TOML
Raw Permalink 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 = "2021"
2024-10-23 18:48:07 +02:00
license = "MIT"
2020-12-08 06:12:22 +01:00
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-10-23 18:48:07 +02:00
tokio = { version = "1.0.0", path = "../tokio/", features = ["full"] }
2020-12-08 06:12:22 +01:00
[dev-dependencies]
rand = "0.9"
[lints]
workspace = true