nix: Init package

This commit is contained in:
Agahnim
2026-04-23 16:16:36 +02:00
parent 92f4d82e6c
commit 33492a6a55
2 changed files with 59 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ tauri-plugin-shell = "2.0.0-rc"
tauri-plugin-dialog = "2.0.0-rc"
tauri-plugin-fs = "2.0.0-rc"
num_cpus = "1.16.0"
tauri-plugin-process = "2"
tauri-plugin-process = "2.2.1"
async-trait = "0.1.89"
sha2 = "0.10.9"
rand = "0.9.2"
@@ -39,4 +39,4 @@ rand = "0.9.2"
custom-protocol = ["tauri/custom-protocol"]
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-updater = "2"
tauri-plugin-updater = "2.7.1"