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]