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
+9 -9
View File
@@ -199,6 +199,15 @@ version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "lumiere-domain"
version = "1.0.0"
dependencies = [
"chrono",
"serde",
"uuid",
]
[[package]]
name = "memchr"
version = "2.8.0"
@@ -315,15 +324,6 @@ version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "lumiere-domain"
version = "1.0.0"
dependencies = [
"chrono",
"serde",
"uuid",
]
[[package]]
name = "syn"
version = "2.0.117"
+1 -1
View File
@@ -4,7 +4,7 @@ version = "1.0.0"
edition = "2024"
[lib]
name = "surveillant_systeme_domain"
name = "lumiere_domain"
path = "src/lib.rs"
[dependencies]