captains-log/backend/src/lib.rs
Drew Galbraith 2880391c8c Run hurl tests via cargo (#12)
This allows us to pull them into the coverage report.

Reviewed-on: #12
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
2025-09-24 02:08:31 +00:00

3 lines
52 B
Rust

pub mod database;
pub mod models;
pub mod services;