background worker

This commit is contained in:
2026-05-10 11:12:52 +02:00
parent 661b54d645
commit 05b44e17a1
15 changed files with 585 additions and 174 deletions

View File

@@ -1,4 +1,6 @@
pub mod commands;
pub mod event_handlers;
pub mod worker;
pub mod config;
pub mod context;
pub mod movie_resolver;