Add asynctest3

This commit is contained in:
2024-12-24 17:43:48 +01:00
parent 2d05d854ff
commit 4c3f3ba5bc
10 changed files with 968 additions and 0 deletions

11
asynctest3/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "asynctest3"
version = "0.1.0"
edition = "2021"
[dependencies]
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
tokio = { version = "1.42.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.13", features = ["rt", "tracing"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"