From bc7e613204a1dbc2f5b37761a6649658effe2483 Mon Sep 17 00:00:00 2001 From: Jomar Milan Date: Mon, 22 Jun 2026 19:45:08 -0700 Subject: Move crate::play to crate::app::socket --- src/app.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app.rs') diff --git a/src/app.rs b/src/app.rs index 43e2ac6..c04bac3 100644 --- a/src/app.rs +++ b/src/app.rs @@ -4,6 +4,8 @@ use crate::session::Session; use std::collections::HashMap; use std::sync::{Mutex, MutexGuard, RwLock}; +pub mod socket; + /// Provider of the state that Tabletop Ambulator needs to keep track of. /// /// Provides the app state, including runtime data such as the active game -- cgit v1.2.3