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"