This commit is contained in:
2026-06-16 18:51:02 +01:00
parent 8347a6a8b3
commit ccb891d688
6 changed files with 348 additions and 78 deletions
+5 -1
View File
@@ -10,5 +10,9 @@ dashmap = "6.2.1"
rand = "0.10.1"
rml_rtmp = "0.8.0"
str0m = "0.20.0"
tiny_http = "0.12.0"
tokio = { version = "1", features = ["full"] }
hyper = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
serde = { version = "1.0.228", features = ["serde_derive"] }
serde_json = "1.0.150"