diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2021-08-05 15:18:09 +0200 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2021-08-05 15:18:09 +0200 |
| commit | 415ac374f0e2ec721c1f35cc106c2b118babe55c (patch) | |
| tree | d54a6d5c6a37a9c2deba51f3d9dd20e1ac96e4c3 /Cargo.toml | |
| parent | d2a5d45e86cbcd78971727827c5575b55bb63680 (diff) | |
Add healtch check and required env
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
