From e864d2653d50ba1c920776aaa14a1625c9fc9da4 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Wed, 22 Oct 2025 17:00:28 +0300 Subject: Add invite tokens --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 4541646..7ed0fdd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,10 +2,11 @@ mod api; mod auth; mod error; mod extract; -pub mod models; +mod models; mod response; mod routers; mod state; +mod util; pub use api::{AppOpenApi, tags}; pub use auth::{JwtClaims, create_jwt, create_password, validate_jwt, validate_password}; -- cgit v1.2.3