get adresar method is now working

This commit is contained in:
filipriec
2025-02-17 21:34:12 +01:00
parent b306a6d019
commit 52746c0ec1
9 changed files with 94 additions and 4 deletions

14
Cargo.lock generated
View File

@@ -1377,6 +1377,7 @@ dependencies = [
"toml",
"tonic",
"tonic-build",
"tonic-reflection",
"tracing",
"tracing-subscriber",
]
@@ -2665,6 +2666,19 @@ dependencies = [
"syn",
]
[[package]]
name = "tonic-reflection"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "878d81f52e7fcfd80026b7fdb6a9b578b3c3653ba987f87f0dce4b64043cba27"
dependencies = [
"prost",
"prost-types",
"tokio",
"tokio-stream",
"tonic",
]
[[package]]
name = "tower"
version = "0.4.13"