|
@@ -4257,6 +4257,7 @@ dependencies = [
|
|
|
"tauri-build",
|
|
|
"tauri-plugin-http",
|
|
|
"tauri-plugin-opener",
|
|
|
+ "tauri-plugin-single-instance",
|
|
|
"tauri-plugin-sql",
|
|
|
"tauri-plugin-store",
|
|
|
"tauri-plugin-upload",
|
|
@@ -4650,6 +4651,21 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "tauri-plugin-single-instance"
|
|
|
+version = "2.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "25bbc73eed15bba8ad290a52614f2711280df4bf575b36ce78f64367074b90b7"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "tauri",
|
|
|
+ "thiserror 2.0.11",
|
|
|
+ "tracing",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+ "zbus",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "tauri-plugin-sql"
|
|
|
version = "2.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|