init domain

This commit is contained in:
2026-05-04 00:26:10 +02:00
commit 810bad1126
30 changed files with 3033 additions and 0 deletions

6
crates/domain/src/lib.rs Normal file
View File

@@ -0,0 +1,6 @@
pub mod errors;
pub mod events;
pub mod models;
pub mod ports;
pub mod services;
pub mod value_objects;