summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorn1c00o <git.n1c00o@gmail.com>2021-08-05 15:18:09 +0200
committern1c00o <git.n1c00o@gmail.com>2021-08-05 15:18:09 +0200
commit415ac374f0e2ec721c1f35cc106c2b118babe55c (patch)
treed54a6d5c6a37a9c2deba51f3d9dd20e1ac96e4c3 /Cargo.toml
parentd2a5d45e86cbcd78971727827c5575b55bb63680 (diff)
Add healtch check and required env
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32c1333..ff2c2e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ log = "0.4.14"
serde_json = "1.0.66"
parking_lot = "0.11.1"
tonic = "0.5"
+tonic-health = "0.4.0"
prost = "0.8"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }