summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 17:50:51 -0600
committermo khan <mo@mokhan.ca>2025-06-18 17:50:51 -0600
commit1e9a769e5e4af4684967473f0844f66c3958432c (patch)
tree6b4f315cc17f1a7469888fd2bff9a4dba12d2088 /Cargo.toml
parentfabafd3c434532935fa74fe8a75c09b9bbfb51e9 (diff)
feat: register the health check service and the reflection service
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d71a4ae..fc79f61b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,5 @@ edition = "2024"
envoy-types = "0.6.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tonic = "*"
+tonic-health = "0.13.1"
+tonic-reflection = "0.13.1"