From d9819ef115c1618bf87646c4cbf9da0cccf6fa6f Mon Sep 17 00:00:00 2001 From: Novattz Date: Sat, 28 Mar 2026 15:06:38 +0100 Subject: [PATCH] new packages --- src-tauri/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index aa152b6..084ce13 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -32,6 +32,8 @@ tauri-plugin-fs = "2.0.0-rc" num_cpus = "1.16.0" tauri-plugin-process = "2" async-trait = "0.1.89" +sha2 = "0.10.9" +rand = "0.9.2" [features] custom-protocol = ["tauri/custom-protocol"]