From 289246e12a32cda8ffc1bcd9373d936bb92f6206 Mon Sep 17 00:00:00 2001 From: canardleteer Date: Wed, 13 Dec 2023 11:31:40 -0800 Subject: [PATCH] feat: link to grpc-service-rs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02dd29a..01259c3 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ ```shell mdbook serve book ``` + +- You can dig deeper into service development, with [this guide](https://github.com/canardleteer/grpc-service-rs).