add parsing category

This commit is contained in:
yggverse 2024-10-28 15:22:32 +02:00
parent 8e516b534d
commit 338d0b7b6f

View file

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