mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
19 lines
391 B
TOML
19 lines
391 B
TOML
[package]
|
|
name = "stress-test"
|
|
version = "0.1.0"
|
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.0.0", path = "../tokio/", features = ["full"] }
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8"
|
|
|
|
[lints]
|
|
workspace = true
|