Add grpc reflections
Some checks failed
ci/woodpecker/push/pre_commit_test Pipeline was successful
ci/woodpecker/push/code_tests Pipeline failed

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-30 19:06:52 +01:00
parent 61c5799ffc
commit 85aac6c8aa
5 changed files with 27 additions and 4 deletions

15
Cargo.lock generated
View File

@@ -477,6 +477,7 @@ dependencies = [
"tokio",
"tonic",
"tonic-prost",
"tonic-reflection",
]
[[package]]
@@ -1696,6 +1697,20 @@ dependencies = [
"tonic-build",
]
[[package]]
name = "tonic-reflection"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34da53e8387581d66db16ff01f98a70b426b091fdf76856e289d5c1bd386ed7b"
dependencies = [
"prost",
"prost-types",
"tokio",
"tokio-stream",
"tonic",
"tonic-prost",
]
[[package]]
name = "tower"
version = "0.5.2"