chore: initialized repository

This commit is contained in:
Lukas Wölfer
2026-04-08 22:45:47 +02:00
commit 024d64b284
11 changed files with 2483 additions and 0 deletions

2
src/lib.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod handlers;
pub mod models;