chorus/types/lib.rs

8 lines
226 B
Rust
Raw Normal View History

2023-05-25 18:46:59 +02:00
pub mod config; // Maybe feature lock this for backend/web usage only? web would only need it in the case of the admin panel
pub mod entities;
pub mod errors;
pub mod events;
pub mod utils;
pub mod interfaces;
pub mod schema;