mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
store: Remove postgres dependency
This commit is contained in:
@@ -12,10 +12,8 @@ serde = { version = "1.0", features = ["derive", "rc"] }
|
|||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
sqlx = { version = "0.8", features = [
|
sqlx = { version = "0.8", features = [
|
||||||
"sqlx-sqlite",
|
"sqlx-sqlite",
|
||||||
"sqlx-postgres",
|
|
||||||
"uuid",
|
"uuid",
|
||||||
"chrono",
|
"chrono",
|
||||||
"postgres",
|
|
||||||
"sqlite",
|
"sqlite",
|
||||||
"runtime-tokio",
|
"runtime-tokio",
|
||||||
"migrate",
|
"migrate",
|
||||||
|
|||||||
Reference in New Issue
Block a user