diff options
| author | Jomar Milan <jomarm@jomarm.com> | 2026-06-22 19:45:08 -0700 |
|---|---|---|
| committer | Jomar Milan <jomarm@jomarm.com> | 2026-06-22 19:45:08 -0700 |
| commit | bc7e613204a1dbc2f5b37761a6649658effe2483 (patch) | |
| tree | e086fb6977d79230ddf9f9728c2a77c2819307ec /src/app.rs | |
| parent | 9c50777d53cacb96b211d1afb54f801a88dc07f5 (diff) | |
Move crate::play to crate::app::socket
Diffstat (limited to 'src/app.rs')
| -rw-r--r-- | src/app.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
