mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 09:22:26 +00:00
Add WIP sqlite store
This commit is contained in:
@@ -19,6 +19,7 @@ sqlx = { version = "0.7.1", features = [
|
||||
"postgres",
|
||||
"sqlite",
|
||||
"runtime-tokio",
|
||||
"migrate",
|
||||
] }
|
||||
tokio = { version = "1.32.0", features = ["sync", "full"] }
|
||||
toml = "0.7.6"
|
||||
|
||||
Reference in New Issue
Block a user