rust/hedgewars-server/src/core.rs
changeset 16120 5febd2bc5372
parent 15969 4a8e6f9d5133
--- a/rust/hedgewars-server/src/core.rs	Mon Feb 17 16:38:24 2025 +0100
+++ b/rust/hedgewars-server/src/core.rs	Sat Feb 22 19:39:31 2025 +0300
@@ -1,5 +1,6 @@
 pub mod anteroom;
 pub mod client;
+pub mod digest;
 pub mod indexslab;
 pub mod room;
 pub mod server;