diff options
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | mise.toml | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -16,3 +16,6 @@ server: test: @cargo test +.PHONY: grpcurl +grpcurl: + @grpcurl -plaintext -import-path ./proto -proto helloworld.proto -d '{"name": "Tonic"}' '[::1]:50051' helloworld.Greeter/SayHello diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..8ea9b50 --- /dev/null +++ b/mise.toml @@ -0,0 +1,4 @@ +[tools] +cargo = "latest" +grpcurl = "latest" +rust = "latest" |
