Create a basic frontend and an endpoint to get video stream.

This commit is contained in:
Florian THIERRY
2026-07-24 15:38:27 +02:00
parent c3806f49ba
commit f8f86eeae1
35 changed files with 9665 additions and 16 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ log = "0.4.33"
rand = "0.10.2"
rusqlite = { version = "0.39.0", features = ["bundled"] }
sysinfo = "0.39.6"
tokio = { version = "1.52.3", features = ["fs"] }
tokio = { version = "1.52.3", features = ["fs", "rt-multi-thread"] }
uuid = { version = "1.23.1", features = ["v4"] }