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