print download size

This commit is contained in:
2023-10-28 19:35:28 +02:00
parent ca836bbda6
commit 9c26679a5a
5 changed files with 65 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
#[derive(serde::Deserialize, serde::Serialize)]
#[derive(serde::Deserialize, serde::Serialize, Clone)]
pub struct CdnFile {
pub name: String,
pub size: u32,