brewlog/tests/server.rs
copilot-swe-agent[bot] 52301e64b9
test: add wiremock dependency and test infrastructure
Co-authored-by: jnsgruk <668505+jnsgruk@users.noreply.github.com>
2025-11-24 17:58:21 +00:00

5 lines
78 B
Rust

mod server {
pub mod helpers;
pub mod roasters;
pub mod roasts;
}