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

This reverts commit 8db2393346.
This commit is contained in:
quexeky
2024-12-31 13:05:51 +11:00
parent a846eed306
commit 78149bbb3c
10 changed files with 37 additions and 46 deletions

View File

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