docs: fix description style
This commit is contained in:
parent
fa7626b78a
commit
f5c218efb8
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
||||||
homepage = "https://unw.dc09.ru"
|
homepage = "https://unw.dc09.ru"
|
||||||
repository = "https://git.dc09.ru/unweb/tokio-gemini"
|
repository = "https://git.dc09.ru/unweb/tokio-gemini"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Gemini protocol client & server written in Rust with Tokio"
|
description = "Gemini protocol client and server implementation written in Rust with Tokio"
|
||||||
categories = ["network-programming"]
|
categories = ["network-programming"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# tokio-gemini
|
# tokio-gemini
|
||||||
|
|
||||||
Gemini protocol client & server written in Rust with Tokio.
|
Gemini protocol client and server implementation written in Rust with Tokio.
|
||||||
|
|
Loading…
Add table
Reference in a new issue