Fix all compilation issues.
This commit is contained in:
@@ -4,18 +4,18 @@ version = "1.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "surveillant_systeme_infrastructure"
|
||||
name = "lumiere_infrastructure"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
lumiere-domain = { path = "../domain" }
|
||||
|
||||
chrono = "0.4.44"
|
||||
diesel = { version = "2.1.0", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
|
||||
diesel_migrations = "2.1.0"
|
||||
log = "0.4.29"
|
||||
rand = "0.10.1"
|
||||
chrono = "0.4.45"
|
||||
diesel = { version = "2.3.11", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
|
||||
diesel_migrations = "2.3.2"
|
||||
log = "0.4.33"
|
||||
rand = "0.10.2"
|
||||
rusqlite = { version = "0.39.0", features = ["bundled"] }
|
||||
sysinfo = "0.39.1"
|
||||
sysinfo = "0.39.6"
|
||||
tokio = { version = "1.52.3", features = ["fs"] }
|
||||
uuid = { version = "1.23.1", features = ["v4"] }
|
||||
Reference in New Issue
Block a user