From 338d0b7b6ffb7bf0c537a00abb0358eb74204e82 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 28 Oct 2024 15:22:32 +0200 Subject: [PATCH] add parsing category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c35c4c..d5d0ab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" readme = "README.md" description = "Glib-oriented client for Gemini protocol" keywords = ["gemini", "gemini-protocol", "gtk", "gio", "client"] -categories = ["development-tools", "network-programming"] +categories = ["development-tools", "network-programming", "parsing"] repository = "https://github.com/YGGverse/ggemini" [dependencies.gio]