diff -r 278533359a93 -r 5febd2bc5372 rust/hedgewars-server/src/core.rs --- 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;