From dc9e6a14dcfcc3e06923e4564d8519e876d4c2b0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 24 Oct 2024 20:49:01 +0300 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e0dd85..6f8b311 100644 --- a/README.md +++ b/README.md @@ -121,4 +121,12 @@ match Quote::from("> Quote") { Some(quote) => assert_eq!(quote.value, "Quote"), None => assert!(false), }; -``` \ No newline at end of file +``` + +## Integrations + +* [Yoda](https://github.com/YGGverse/Yoda) - Browser for Gemini Protocol + +## See also + +* [ggemini](https://github.com/YGGverse/ggemini) - Glib-oriented client for Gemini Protocol \ No newline at end of file