separation of database #1
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1221,7 +1221,6 @@ dependencies = [
|
||||
"chrono",
|
||||
"futures",
|
||||
"serde",
|
||||
"sqlx",
|
||||
"thiserror 2.0.17",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
@@ -11,11 +11,4 @@ chrono = "0.4.42"
|
||||
futures = "0.3.31"
|
||||
thiserror = "2.0.17"
|
||||
uuid = {version = "1.18.1", features = ["v4", "serde"] }
|
||||
sqlx = { version = "0.8.6", features = [
|
||||
"runtime-tokio",
|
||||
"postgres",
|
||||
"uuid",
|
||||
"chrono",
|
||||
"sqlite",
|
||||
] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user