aboutsummaryrefslogtreecommitdiffstats
path: root/crates/api-core/src/lib.rs
blob: 8c22b49d4bef611191da38e99714d757d56704ab (plain)
1
2
3
4
5
6
7
pub mod health;
pub mod models;
mod version;
pub use version::*;

#[cfg(feature = "auth")]
pub mod auth;