From 927970fbdaedff06a10f34f2fbfc612751fa9a3e Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 29 Dec 2024 21:12:00 +0900 Subject: [PATCH] Add link to tonic in grpc example --- examples/grpc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/grpc/README.md b/examples/grpc/README.md index 92d4310..a711ab5 100644 --- a/examples/grpc/README.md +++ b/examples/grpc/README.md @@ -8,3 +8,5 @@ $ cargo run -p grpc # To turn on logs $ RUST_LOG=debug cargo run -p grpc ``` + +[`tonic`]: https://github.com/hyperium/tonic