From 3cbb81b85eb28bde2b8039d6905b71b44fe8516e Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 18 Oct 2024 21:01:30 +0300 Subject: [PATCH] update categories --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e0757e..55e4789 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,13 @@ license = "MIT" readme = "README.md" description = "Glib-oriented Gemtext API" keywords = ["gemtext", "gemini", "gemini-protocol", "gtk", "glib"] -categories = ["network-programming"] +categories = [ + "development-tools", + "parser-implementations", + "parsing", + "text-processing", + "value-formatting", +] repository = "https://github.com/YGGverse/ggemtext" [dependencies.gtk]