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
View File
@@ -10,6 +10,7 @@ path = "src/lib.rs"
[dependencies]
lumiere-domain = { path = "../domain" }
lumiere-application = { path = "../application" }
lumiere-infrastructure = { path = "../infrastructure" }
actix-web = { version = "4.14.0", features = ["rustls-0_23"] }
actix-web-httpauth = "0.8.2"