Compare commits
3 commits
fa7626b78a
...
dfeaa50440
Author | SHA1 | Date | |
---|---|---|---|
dfeaa50440 | |||
74cd4458dc | |||
f5c218efb8 |
3 changed files with 14 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -411,7 +411,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-gemini"
|
name = "tokio-gemini"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64ct",
|
"base64ct",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tokio-gemini"
|
name = "tokio-gemini"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
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]
|
||||||
|
|
12
README.md
12
README.md
|
@ -1,3 +1,13 @@
|
||||||
# tokio-gemini
|
# tokio-gemini
|
||||||
|
|
||||||
Gemini protocol client & server written in Rust with Tokio.
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue