ht booking app in loco

This commit is contained in:
Priec
2026-05-15 17:35:09 +02:00
commit b230ff0b5a
73 changed files with 2831 additions and 0 deletions

4
ht_booking/tests/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
mod models;
mod requests;
mod tasks;
mod workers;