diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-11 17:19:20 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-11 17:19:20 -0600 |
| commit | 0ff7c18f2e0e4f72cf6354530329c1c915c6294a (patch) | |
| tree | 21fbee2f14ccde4c415b1047726c9e0f5e298ef8 /src/lib.rs | |
| parent | 9b8a098bfcfdd73bfdfcff0cb397ef2694a90367 (diff) | |
refactor: extract domain model
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ pub mod clients; pub mod config; pub mod container; pub mod database; +pub mod domain; pub mod http; pub mod keys; pub mod migrations; |
