From 74c3c5c17e6d7cf5cb98757b2595d3331cc9ad58 Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 8 Feb 2026 18:43:55 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20Swagger=20UI=20varsay=C4=B1lan=20(dev)?= =?UTF-8?q?=20=C3=B6zelliklere=20eklendi,=20production=20build'inden=20mua?= =?UTF-8?q?f=20tutuldu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 67316a0..7e015bf 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [features] -default = ["push-notifications"] +default = ["push-notifications", "swagger"] push-notifications = ["web-push", "openssl"] swagger = ["utoipa-swagger-ui"]