diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-27 13:46:11 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-27 13:46:11 -0600 |
| commit | 58bf47abcd34e7d6973de4013207473e8b7f0b3e (patch) | |
| tree | 3c9c351fe5be24a3890aa0153705c4c24b747cae | |
| parent | c0bf614ccc7945abc06d5a583497582717c3c41f (diff) | |
docs: Add links to README
| -rw-r--r-- | README.md | 14 | ||||
| -rw-r--r-- | mise.toml | 1 |
2 files changed, 11 insertions, 4 deletions
@@ -62,8 +62,14 @@ It integrates with an identity provider (IdP) and uses message queues to stay in ## References -* [gRPC][6] -* [protocol buffers][7] +* [gRPC][3] +* [protocol buffers][4] +* [tokio][2] +* [tonic][1] +* [Envoy External Authorization][5] -[6]: https://grpc.io/docs/ -[7]: https://protobuf.dev/programming-guides/proto3/ +[1]: https://github.com/hyperium/tonic +[2]: https://github.com/tokio-rs/tokio +[3]: https://grpc.io/docs/ +[4]: https://protobuf.dev/programming-guides/proto3/ +[5]: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter @@ -1,4 +1,5 @@ [tools] grpcurl = "latest" +make = "latest" rust = "latest" rust-analyzer = "latest" |
