add fields to manifest

This commit is contained in:
DarkCat09 2024-08-01 16:39:42 +04:00
parent 2b6150a8e5
commit 9952f1890c
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3

View file

@ -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"