Initial Commit

This commit is contained in:
2024-12-11 22:08:45 +01:00
commit 2d05d854ff
43 changed files with 3610 additions and 0 deletions

10
asynctest2/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "asynctest2"
version = "0.1.0"
edition = "2021"
[dependencies]
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"