store: Update Cargo.toml

This commit is contained in:
Lennart
2023-09-07 18:47:53 +02:00
parent ee54ec96c3
commit 092f418ba8
2 changed files with 64 additions and 2 deletions

View File

@@ -9,7 +9,16 @@ edition = "2021"
anyhow = { version = "1.0.75", features = ["backtrace"] }
async-trait = "0.1.73"
serde = { version = "1.0.188", features = ["derive", "rc"] }
serde_json = "1.0.105"
sha2 = "0.10.7"
sqlx = { version = "0.7.1", features = ["sqlx-sqlite", "sqlx-postgres", "uuid", "time", "chrono", "postgres", "sqlite", "runtime-tokio"] }
sqlx = { version = "0.7.1", features = [
"sqlx-sqlite",
"sqlx-postgres",
"uuid",
"time",
"chrono",
"postgres",
"sqlite",
"runtime-tokio",
] }
tokio = { version = "1.32.0", features = ["sync", "full"] }
toml = "0.7.6"