circus/crates/server/src/lib.rs
NotAShelf 235d3d38a6
crates/server: REST API routes; RBAC auth middleware; cookie sessions; dashboard
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I5298a925bd9c11780e49d8b1c98eebd86a6a6964
2026-02-02 01:15:08 +03:00

4 lines
71 B
Rust

pub mod auth_middleware;
pub mod error;
pub mod routes;
pub mod state;