From e4a1afec7a999858efdf3eb256101b5400bacbb3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 27 Jun 2025 21:10:41 +0200 Subject: read windows registry to detect data dir --- server/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/Cargo.toml') diff --git a/server/Cargo.toml b/server/Cargo.toml index 2bd47507..9834c86a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -35,6 +35,9 @@ hurrycurry-protocol = { path = "protocol" } hurrycurry-client-lib = { path = "client-lib" } hurrycurry-bot = { path = "bot" } +[target.'cfg(windows)'.dependencies] +windows-registry = "0.5" + [features] default = ["mdns", "register", "upnp"] mdns = ["dep:mdns-sd", "dep:get_if_addrs"] -- cgit v1.2.3-70-g09d2