Compare commits

..

No commits in common. "dfeaa5044050c22ef567e1f3583a1ff3debc6ca9" and "fa7626b78a1e1ed152da83af518d7911e928bcf0" have entirely different histories.

3 changed files with 4 additions and 14 deletions

2
Cargo.lock generated
View file

@ -411,7 +411,7 @@ dependencies = [
[[package]]
name = "tokio-gemini"
version = "0.2.0"
version = "0.1.0"
dependencies = [
"base64ct",
"bytes",

View file

@ -1,12 +1,12 @@
[package]
name = "tokio-gemini"
version = "0.2.0"
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 and server implementation written in Rust with Tokio"
description = "Gemini protocol client & server written in Rust with Tokio"
categories = ["network-programming"]
[dependencies]

View file

@ -1,13 +1,3 @@
# tokio-gemini
Gemini protocol client and server implementation written in Rust with Tokio.
// Work in progress
## TODO
- [x] Implement client ([`2b6150a8e5`](https://git.dc09.ru/unweb/tokio-gemini/commit/2b6150a8e53bd2e821645725ab0e7e35df1cd633))
- [ ] Add tests for parser
- [ ] Write docs
- [ ] Allow configuring proper self-signed certs check
([`19e1148989`](https://git.dc09.ru/unweb/tokio-gemini/commit/19e11489891b988fdb15e5b2af183d9cbd8a1647))
+ example (soon)
- [ ] Implement server
Gemini protocol client & server written in Rust with Tokio.