From 0d0ce49d981e7b629e8211e044195549b31a9d88 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 1 Nov 2024 05:33:30 +0200 Subject: [PATCH] update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91de888..7ee8209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.0" edition = "2021" license = "MIT" readme = "README.md" -description = "Glib-oriented client for Gemini protocol" +description = "Glib/Gio-oriented network API for Gemini protocol" keywords = ["gemini", "gemini-protocol", "gtk", "gio", "client"] categories = ["development-tools", "network-programming", "parsing"] repository = "https://github.com/YGGverse/ggemini"