Compare commits
2 commits
2b6150a8e5
...
5dc0dadaa9
Author | SHA1 | Date | |
---|---|---|---|
5dc0dadaa9 | |||
9952f1890c |
2 changed files with 9 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"
|
||||||
|
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# tokio-gemini
|
||||||
|
|
||||||
|
Gemini protocol client & server written in Rust with Tokio.
|
Loading…
Add table
Reference in a new issue