feat: refactor tasks

This commit is contained in:
2025-05-20 01:23:13 +08:00
parent b772937354
commit b2f327d48f
23 changed files with 393 additions and 151 deletions

View File

@@ -9,6 +9,7 @@
associated_type_defaults,
let_chains
)]
#![allow(clippy::enum_variant_names)]
pub use downloader;
pub mod app;
@@ -25,6 +26,6 @@ pub mod migrations;
pub mod models;
pub mod storage;
pub mod task;
#[cfg(test)]
#[cfg(any(test, feature = "playground"))]
pub mod test_utils;
pub mod web;