1 Commits

Author SHA1 Message Date
897d4f2860 Update Rust crate sqlx to 0.8
Some checks failed
tests / fmt (push) Successful in 52s
tests / build (push) Successful in 1m33s
tests / test (push) Failing after 1m34s
tests / clippy (push) Successful in 1m21s
tests / pre-commit (push) Successful in 1m21s
2025-03-04 10:45:20 +00:00
3 changed files with 234 additions and 265 deletions

487
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = "2.5.1"
anyhow = "1.0.86"
dashmap = "6.0.0"
dashmap = "5.5.3"
async-trait = "0.1.80"
uuid = "1.8.0"
chrono = "0.4.38"

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
ohrwurm:
container_name: ohrwurm
image: jheuel/ohrwurm:latest@sha256:b5e0fbc40ed86820eba8673bb5a97ad6ce53f27a1c557e46515cabce35199296
# build: .
restart: unless-stopped
volumes:
- ./data:/data
env_file:
- .env