refactor: Delete downloadable_metadata.rs

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-05-28 09:18:33 +10:00
parent 446aa70b0b
commit c9e1ed78eb
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
use serde::{Deserialize, Serialize};

View File

@ -3,7 +3,6 @@ pub mod download_manager;
pub mod download_manager_builder;
pub mod download_thread_control_flag;
pub mod downloadable;
pub mod downloadable_metadata;
pub mod internal_error;
pub mod progress_object;
pub mod queue;