aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-30 16:03:23 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-30 16:21:38 +0200
commit2d60da9a6fe0a7418d07475b7c0a677f7f2922d4 (patch)
tree5feb6bb6067bc63c9fa07e79fdaf877ac444a1e4 /Cargo.lock
parent7119a5b092439f7339025cb1b7e445d035f92ac6 (diff)
downloadhurrycurry-2d60da9a6fe0a7418d07475b7c0a677f7f2922d4.tar
hurrycurry-2d60da9a6fe0a7418d07475b7c0a677f7f2922d4.tar.bz2
hurrycurry-2d60da9a6fe0a7418d07475b7c0a677f7f2922d4.tar.zst
Extract server locale code to own crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42727fcd..afc0d4a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1034,6 +1034,14 @@ dependencies = [
]
[[package]]
+name = "hurrycurry-locale"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "hurrycurry-protocol",
+]
+
+[[package]]
name = "hurrycurry-protocol"
version = "11.0.0"
dependencies = [
@@ -1090,6 +1098,7 @@ dependencies = [
"get_if_addrs",
"hurrycurry-bot",
"hurrycurry-client-lib",
+ "hurrycurry-locale",
"hurrycurry-protocol",
"igd",
"log",