From 2461f2a0fbe39d63abad2f3a6ce191699aaafd3d Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 1 Oct 2024 17:33:44 +0300 Subject: [PATCH] add network-programming category --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 04df83b3..774e2fe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT" readme = "README.md" description = "Yoda - Browser for Gemini protocol" keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"] +categories = ["network-programming"] repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4" # homepage = "https://yggverse.github.io"