From 974c8c586e1182d502a2c30ba8b622c0b4033937 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Sat, 27 Sep 2025 00:03:28 +0300 Subject: Add invite tokens models --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4c8f11f..3a07517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,3 +27,4 @@ tracing-subscriber = "0.3.19" utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } utoipa-axum = "0.2.0" utoipa-scalar = { version = "0.3.0", features = ["axum"] } +uuid = { version = "1.18.1", features = ["v4", "serde"] } -- cgit v1.2.3