summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-27 21:10:41 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-27 21:10:41 +0200
commite4a1afec7a999858efdf3eb256101b5400bacbb3 (patch)
tree2408164ee703f4563a05833bf9d70de082d4cfe5 /Cargo.lock
parent636c3ae17e8bf5ebc088b7c6a4a237e354f96e8e (diff)
downloadhurrycurry-e4a1afec7a999858efdf3eb256101b5400bacbb3.tar
hurrycurry-e4a1afec7a999858efdf3eb256101b5400bacbb3.tar.bz2
hurrycurry-e4a1afec7a999858efdf3eb256101b5400bacbb3.tar.zst
read windows registry to detect data dir
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock36
1 files changed, 36 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5507ccda..c1e302c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1309,6 +1309,7 @@ dependencies = [
"shlex",
"tokio",
"tokio-tungstenite",
+ "windows-registry",
]
[[package]]
@@ -3839,6 +3840,41 @@ dependencies = [
]
[[package]]
+name = "windows-link"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
+
+[[package]]
+name = "windows-registry"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
+dependencies = [
+ "windows-link",
+ "windows-result",
+ "windows-strings",
+]
+
+[[package]]
+name = "windows-result"
+version = "0.3.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
+dependencies = [
+ "windows-link",
+]
+
+[[package]]
+name = "windows-strings"
+version = "0.4.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
+dependencies = [
+ "windows-link",
+]
+
+[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"