Run hurl tests via cargo

This commit is contained in:
Drew 2025-09-23 18:19:51 -07:00
parent 68dbaa32c9
commit 3edc6572dc
6 changed files with 805 additions and 32 deletions

3
backend/src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod database;
pub mod models;
pub mod services;