summaryrefslogtreecommitdiff
path: root/src/app.rs
diff options
context:
space:
mode:
authorJomar Milan <jomarm@jomarm.com>2026-06-22 19:45:08 -0700
committerJomar Milan <jomarm@jomarm.com>2026-06-22 19:45:08 -0700
commitbc7e613204a1dbc2f5b37761a6649658effe2483 (patch)
treee086fb6977d79230ddf9f9728c2a77c2819307ec /src/app.rs
parent9c50777d53cacb96b211d1afb54f801a88dc07f5 (diff)
Move crate::play to crate::app::socket
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 2 insertions, 0 deletions
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