fix(meta): bound the TMDB response cache on disk

Closes #158
This commit is contained in:
Miguel Palhas
2026-08-24 18:56:36 +01:00
parent 88a353dc68
commit 3261741415
8 changed files with 356 additions and 52 deletions
+1
View File
@@ -15,6 +15,7 @@ thiserror.workspace = true
tracing.workspace = true
[dev-dependencies]
tempfile.workspace = true
tokio.workspace = true
wiremock.workspace = true