Add TCP connection to server

This commit is contained in:
2024-05-21 23:26:50 -06:00
parent abd2a2f81c
commit 2d3f31754b
3 changed files with 365 additions and 12 deletions
+1
View File
@@ -9,6 +9,7 @@ edition = "2021"
anyhow = "1.0.86"
lazy_static = "1.4.0"
tokio = { version = "1.37.0", features = ["full"] }
tokio-rustls = "0.26.0"
tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
wtransport = "0.1.13"