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"]