From 2d60da9a6fe0a7418d07475b7c0a677f7f2922d4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 30 Sep 2025 16:03:23 +0200 Subject: Extract server locale code to own crate --- server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'server/Cargo.toml') diff --git a/server/Cargo.toml b/server/Cargo.toml index 0698e6ab..e14bb84d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -30,6 +30,7 @@ igd = { version = "0.12.1", optional = true, features = ["aio"] } get_if_addrs = { version = "0.5.3", optional = true } mdns-sd = { version = "0.15.1", optional = true } +hurrycurry-locale = { path = "locale" } hurrycurry-protocol = { path = "protocol" } hurrycurry-client-lib = { path = "client-lib" } hurrycurry-bot = { path = "bot" } -- cgit v1.3