docs: update todo

This commit is contained in:
DarkCat09 2024-08-06 18:46:01 +04:00
parent 1395bb04ff
commit 47c1c20ff0
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3

View file

@ -7,7 +7,8 @@ Gemini protocol client and server implementation written in Rust with Tokio.
- [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
- [x] Allow configuring proper self-signed certs check
([`19e1148989`](https://git.dc09.ru/unweb/tokio-gemini/commit/19e11489891b988fdb15e5b2af183d9cbd8a1647))
+ example (soon)
+ example
([`5533ec0d2b`](https://git.dc09.ru/unweb/tokio-gemini/commit/5533ec0d2bedea7eb6a6a8057fd9902f0c795628))
- [ ] Implement server