1 2 3 4 5 6 7 8 9 10 11
// This module is only compiled with the `panel` feature. // All submodules use axum/tower-http/jsonwebtoken/bcrypt. pub mod auth; pub mod config; pub mod events; pub mod middleware; pub mod openai_types; pub mod routes; pub mod server; pub mod tasks;