From 833cac68c1bbf7dd6680d07406495d57a2706acc Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Wed, 24 Sep 2025 11:59:48 +0300 Subject: Move Account model into a separate module --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index fe2589a..560225e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,7 @@ mod api; mod auth; mod error; mod extract; +pub mod models; mod response; mod routers; mod state; -- cgit v1.2.3