mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
8 lines
103 B
Rust
8 lines
103 B
Rust
pub mod admin;
|
|
pub mod auth;
|
|
pub mod flow;
|
|
pub mod schedule;
|
|
mod schema;
|
|
pub mod users;
|
|
pub mod vk_id;
|