refactor(download manager): Moved manifest and stored_manifest to download_manager

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-12-31 12:53:31 +11:00
parent 1a89135342
commit a846eed306
10 changed files with 46 additions and 37 deletions

View File

@ -4,4 +4,7 @@ pub mod progress_object;
pub mod queue;
pub mod download_thread_control_flag;
pub mod downloadable;
pub mod application_download_error;
pub mod application_download_error;
pub mod download_logic;
pub mod manifest;
pub mod stored_manifest;