diff --git a/src/lib.rs b/src/lib.rs index b39bd0d..5001fa7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,4 +2,7 @@ pub mod memory; pub mod mcp; pub mod ai_interpreter; pub mod game_formatter; +pub mod companion; +pub mod ai_interpreter; +pub mod game_formatter; pub mod companion; \ No newline at end of file