Insert new commits into the queue

This commit is contained in:
Joscha 2023-08-06 18:08:04 +02:00
parent 553a56bb12
commit 4f11b9c912
10 changed files with 128 additions and 14 deletions

View file

@ -14,6 +14,7 @@ futures = "0.3.28"
humantime = "2.1.0"
humantime-serde = "1.1.1"
mime_guess = "2.0.4"
rand = "0.8.5"
rust-embed = "6.8.1"
serde = { version = "1.0.181", features = ["derive"] }
sqlx = { version = "0.7.1", features = ["runtime-tokio", "sqlite", "time"] }