From 47c1c20ff038a7c5df8a088f777d0691211efa67 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Tue, 6 Aug 2024 18:46:01 +0400 Subject: [PATCH] docs: update todo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bd3ce9..c6edfca 100644 --- a/README.md +++ b/README.md @@ -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