From 8ed0e6621a5bdc78f62f426bddb53edf6999dfff Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 6 Aug 2025 11:26:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A9=20Afina=20Cargo.toml=20para=20busc?= =?UTF-8?q?ar=20la=20mejor=20categor=C3=ADa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- helpers/pagetop-build/Cargo.toml | 2 +- helpers/pagetop-macros/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 229c989..3eee24d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = """ Un entorno de desarrollo para crear soluciones web modulares, extensibles y configurables. """ -categories = ["web-programming", "gui", "development-tools", "asynchronous"] +categories = ["web-programming::http-server"] keywords = ["pagetop", "web", "framework", "frontend", "ssr"] repository.workspace = true diff --git a/helpers/pagetop-build/Cargo.toml b/helpers/pagetop-build/Cargo.toml index 4769631..ba911ef 100644 --- a/helpers/pagetop-build/Cargo.toml +++ b/helpers/pagetop-build/Cargo.toml @@ -7,7 +7,7 @@ description = """ Prepara un conjunto de archivos estáticos o archivos SCSS compilados para ser incluidos en el binario de un proyecto PageTop. """ -categories = ["development-tools::build-utils", "web-programming"] +categories = ["development-tools::build-utils"] keywords = ["pagetop", "build", "assets", "resources", "static"] repository.workspace = true diff --git a/helpers/pagetop-macros/Cargo.toml b/helpers/pagetop-macros/Cargo.toml index 45ba328..64f1cf4 100644 --- a/helpers/pagetop-macros/Cargo.toml +++ b/helpers/pagetop-macros/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = """ Una colección de macros que mejoran la experiencia de desarrollo con PageTop. """ -categories = ["development-tools::procedural-macro-helpers", "web-programming"] +categories = ["development-tools::procedural-macro-helpers"] keywords = ["pagetop", "macros", "proc-macros", "codegen"] repository.workspace = true