mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
19 lines
391 B
TOML
19 lines
391 B
TOML
[package]
|
|||
|
|
name = "stress-test"
|
||
|
|
version = "0.1.0"
|
||
|
|
authors = ["Tokio Contributors <[email protected]>"]
|
||
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.9"
|
|||
|
|||
|
|
[lints]
|
||
|
|
workspace = true
|