Initial commit

This commit is contained in:
Artyom Belousov 2026-02-08 01:01:17 +03:00 committed by Artyom Belousov
commit ea042c33ba
26 changed files with 4452 additions and 0 deletions

4
src/lib.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod domain;
pub mod application;
pub mod infrastructure;
pub mod presentation;