From 9952f1890cca9d069ad7a99410e37cb11e29e776 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Thu, 1 Aug 2024 16:39:42 +0400 Subject: [PATCH] add fields to manifest --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 11900d0..b7a9173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "tokio-gemini" version = "0.1.0" edition = "2021" +license = "Apache-2.0" +homepage = "https://unw.dc09.ru" +repository = "https://git.dc09.ru/unweb/tokio-gemini" +readme = "README.md" +description = "Gemini protocol client & server written in Rust with Tokio" +categories = ["network-programming"] [dependencies] mime = "0.3.17"