WIP create a video type inference method and a mapping into a content type.

This commit is contained in:
Florian THIERRY
2026-07-13 23:26:51 +02:00
parent 03dbbb9ac9
commit 850dbca6cf
12 changed files with 354 additions and 28 deletions
+3
View File
@@ -14,6 +14,9 @@ path = "tests/user_service_test.rs"
[dependencies]
lumiere-domain = { path = "../domain" }
axum = "0.8.9"
tokio = "1.52.3"
mime = "0.3.17"
bcrypt = "0.19.0"
chrono = { version = "0.4.44", features = ["serde"] }
log = "0.4.29"