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 -1
View File
@@ -3,7 +3,7 @@
// Same per-target quirk as in `lib.rs`: an integration test links the library's
// dependencies without using them directly.
use {reqwest as _, serde as _, serde_json as _, thiserror as _, tracing as _};
use {reqwest as _, serde as _, serde_json as _, tempfile as _, thiserror as _, tracing as _};
use std::time::Duration;