Compare commits

...

2 commits

Author SHA1 Message Date
5dc0dadaa9
docs: add minimal readme 2024-08-01 16:41:28 +04:00
9952f1890c
add fields to manifest 2024-08-01 16:39:42 +04:00
2 changed files with 9 additions and 0 deletions

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"

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# tokio-gemini
Gemini protocol client & server written in Rust with Tokio.