Add asynctest3
This commit is contained in:
11
asynctest3/Cargo.toml
Normal file
11
asynctest3/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user