add initial crates and apps

This commit is contained in:
Evan Carroll 2026-01-12 15:34:40 -06:00
parent 5c87ba3519
commit 1ca300098f
113 changed files with 28169 additions and 0 deletions

View file

@ -0,0 +1,11 @@
//! REST API module for user UI.
pub mod auth;
pub mod avatars;
pub mod realms;
pub mod routes;
pub mod scenes;
pub mod websocket;
pub use routes::*;
pub use websocket::WebSocketState;