Complete first version of DataStream

This commit is contained in:
2024-02-21 17:54:59 +01:00
parent 83c7a95414
commit 467e2b6d21
4 changed files with 125 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ actix-rt = "2.9.0"
actix-server = "2.3.0"
actix-service = "2.0.2"
actix-tls = { version = "3.3.0", features = ["rustls-0_22"] }
tokio = { version = "1", features = ["io-util", "sync", "time"] }
tokio = { version = "1", features = ["io-util", "sync", "time", "macros"] }
rustls = "0.22.2"
tracing = "0.1"
tracing-subscriber = "0.3"