smol -> tokio

This commit is contained in:
2026-06-14 03:00:25 +01:00
parent 18decc5fa3
commit 8347a6a8b3
5 changed files with 101 additions and 334 deletions
+1 -4
View File
@@ -7,11 +7,8 @@ edition = "2024"
async-broadcast = "0.7.2"
bytes = "1.11.1"
dashmap = "6.2.1"
macro_rules_attribute = "0.2.2"
rand = "0.10.1"
rml_rtmp = "0.8.0"
futures-lite = "2"
smol = "2.0.2"
smol-macros = "0.1.1"
str0m = "0.20.0"
tiny_http = "0.12.0"
tokio = { version = "1", features = ["full"] }