feat: add testing-torrents

This commit is contained in:
2025-04-01 03:00:29 +08:00
parent 07ac7e3376
commit a0fc4c04d9
21 changed files with 2667 additions and 439 deletions

View File

@@ -12,6 +12,7 @@ pub mod app;
pub mod auth;
pub mod cache;
pub mod database;
pub mod download;
pub mod errors;
pub mod extract;
pub mod fetch;
@@ -20,7 +21,6 @@ pub mod logger;
pub mod migrations;
pub mod models;
pub mod storage;
pub mod sync;
pub mod tasks;
#[cfg(test)]
pub mod test_utils;