|
@@ -1448,6 +1448,16 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "gethostname"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dc3655aa6818d65bc620d6911f05aa7b6aeb596291e1e9f79e52df85583d1e30"
|
|
|
+dependencies = [
|
|
|
+ "rustix",
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "getrandom"
|
|
|
version = "0.1.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -2861,6 +2871,17 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "os_info"
|
|
|
+version = "3.10.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2a604e53c24761286860eba4e2c8b23a0161526476b1de520139d69cdb85a6b5"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "serde",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "pango"
|
|
|
version = "0.18.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4257,6 +4278,7 @@ dependencies = [
|
|
|
"tauri-build",
|
|
|
"tauri-plugin-http",
|
|
|
"tauri-plugin-opener",
|
|
|
+ "tauri-plugin-os",
|
|
|
"tauri-plugin-single-instance",
|
|
|
"tauri-plugin-sql",
|
|
|
"tauri-plugin-store",
|
|
@@ -4365,6 +4387,15 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "sys-locale"
|
|
|
+version = "0.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "system-configuration"
|
|
|
version = "0.6.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -4651,6 +4682,24 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "tauri-plugin-os"
|
|
|
+version = "2.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dda2d571a9baf0664c1f2088db227e3072f9028602fafa885deade7547c3b738"
|
|
|
+dependencies = [
|
|
|
+ "gethostname",
|
|
|
+ "log",
|
|
|
+ "os_info",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "serialize-to-javascript",
|
|
|
+ "sys-locale",
|
|
|
+ "tauri",
|
|
|
+ "tauri-plugin",
|
|
|
+ "thiserror 2.0.11",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "tauri-plugin-single-instance"
|
|
|
version = "2.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|