feat: add basic configuration support

This commit is contained in:
Alexander Navarro 2025-02-26 11:53:07 -03:00
parent 8e1e366964
commit 3ff1f26cc4
6 changed files with 253 additions and 20 deletions

View file

@ -1,3 +1,4 @@
pub mod config;
mod error;
pub mod router;