This commit is contained in:
2025-10-17 13:48:34 +03:00
parent c7fff59f6c
commit df0b260c7b
4 changed files with 76 additions and 19 deletions

View File

@@ -55,6 +55,7 @@ pub struct Metadata {
pub(crate) diff_files: Vec<String>,
pub hashes: HashMap<String, String>,
pub remove_files: Vec<String>,
pub remove_folders: Vec<String>,
}
pub async fn get_hash(data: Vec<u8>) -> String {