aboutsummaryrefslogtreecommitdiff
path: root/server/src/lib.rs
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 /server/src/lib.rs
parent7119a5b092439f7339025cb1b7e445d035f92ac6 (diff)
downloadhurrycurry-2d60da9a6fe0a7418d07475b7c0a677f7f2922d4.tar
hurrycurry-2d60da9a6fe0a7418d07475b7c0a677f7f2922d4.tar.bz2
hurrycurry-2d60da9a6fe0a7418d07475b7c0a677f7f2922d4.tar.zst
Extract server locale code to own crate
Diffstat (limited to 'server/src/lib.rs')
-rw-r--r--server/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/lib.rs b/server/src/lib.rs
index 085ae64a..3e01ba36 100644
--- a/server/src/lib.rs
+++ b/server/src/lib.rs
@@ -20,7 +20,6 @@ pub mod commands;
pub mod data;
pub mod entity;
pub mod interaction;
-pub mod message;
pub mod network;
pub mod scoreboard;
pub mod server;