mirror of
https://gitee.com/openharmony/third_party_rust_tokio
synced 2024-11-23 14:50:29 +00:00
15 lines
330 B
TOML
15 lines
330 B
TOML
[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.8"
|