fmt
Some checks failed
CI / Check / Test / Build (push) Has been cancelled

This commit is contained in:
2026-05-13 23:38:57 +02:00
parent 7415b91e23
commit 19171806b9
142 changed files with 4140 additions and 2025 deletions

View File

@@ -1,14 +1,14 @@
pub mod commands;
pub mod jobs;
pub mod worker;
pub mod config;
pub mod context;
pub mod jobs;
pub mod movie_discovery_indexer;
pub mod movie_resolver;
pub mod ports;
pub mod queries;
pub mod use_cases;
pub mod movie_discovery_indexer;
pub mod search_cleanup;
pub mod use_cases;
pub mod worker;
pub use movie_discovery_indexer::MovieDiscoveryIndexer;
pub use search_cleanup::SearchCleanupHandler;