add fields to manifest
This commit is contained in:
parent
2b6150a8e5
commit
9952f1890c
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
||||||
name = "tokio-gemini"
|
name = "tokio-gemini"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
mime = "0.3.17"
|
mime = "0.3.17"
|
||||||
|
|
Loading…
Add table
Reference in a new issue