From f18e423fb0a90366a4edc948e237e299c72d6d7d Mon Sep 17 00:00:00 2001 From: Grzegorz Baranski Date: Thu, 5 Aug 2021 13:47:19 +0200 Subject: [PATCH] docs: add community showcase (#126) --- examples/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/README.md b/examples/README.md index 42b15a81..358ffa56 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,3 +18,8 @@ - [`chat`](../examples/chat.rs) - Chat application example. - [`404`](../examples/404.rs) - Custom 404 page. - [`async-graphql`](../examples/async-graphql) - GraphQL example using [`async-graphql`](https://crates.io/crates/async-graphql). + + +# Community showcase + +- [Houseflow](https://github.com/gbaranski/houseflow): House automation platform written in Rust.