Fix all compilation issues.

This commit is contained in:
Florian THIERRY
2026-07-14 13:55:41 +02:00
parent c24df944c5
commit f8fd59b01a
28 changed files with 752 additions and 284 deletions
+7 -11
View File
@@ -4,22 +4,18 @@ version = "1.0.0"
edition = "2024"
[lib]
name = "surveillant_systeme_application"
name = "lumiere_application"
path = "src/lib.rs"
[[test]]
name = "user_service_test"
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"
jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] }
rand = "0.10.1"
uuid = { version = "1.23.1", features = ["v4"] }
bcrypt = "0.19.2"
chrono = { version = "0.4.45", features = ["serde"] }
log = "0.4.33"
jsonwebtoken = { version = "10.4.0", features = ["rust_crypto"] }
rand = "0.10.2"
uuid = { version = "1.23.5", features = ["v4"] }