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"]