Refactor project into workspaces

This commit is contained in:
Tobias Reisinger 2023-11-22 20:06:20 +01:00
parent 131bdeec78
commit bacea1e3e9
31 changed files with 119 additions and 99 deletions
emgauwa-lib/src

4
emgauwa-lib/src/lib.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod db;
pub mod handlers;
pub mod return_models;
pub mod utils;