summaryrefslogtreecommitdiff
path: root/server/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-17 17:39:39 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:20:50 +0200
commit6f0424b9b4cddc0495eb673d314c570e27e61e83 (patch)
tree3ca2f5c8f1d16020dfa432d8a93fb1f53be93c4b /server/src/lib.rs
parent428fa6fb8dac18c541c0c231f1b640ba172e52b9 (diff)
downloadhurrycurry-6f0424b9b4cddc0495eb673d314c570e27e61e83.tar
hurrycurry-6f0424b9b4cddc0495eb673d314c570e27e61e83.tar.bz2
hurrycurry-6f0424b9b4cddc0495eb673d314c570e27e61e83.tar.zst
everything indexed
Diffstat (limited to 'server/src/lib.rs')
-rw-r--r--server/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/lib.rs b/server/src/lib.rs
index 4659e440..5bb09e41 100644
--- a/server/src/lib.rs
+++ b/server/src/lib.rs
@@ -1,2 +1,4 @@
pub mod game;
pub mod protocol;
+pub mod recipes;
+pub mod interaction;