diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-08 08:58:03 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-08 08:58:03 +0200 |
commit | 92d853e8c535d21c7e51200ba5ca2b8393fb0656 (patch) | |
tree | 0097009ddd837ec84550808a55fa46fbb73a5b4f /Cargo.toml | |
parent | b9df4e581cf747c4ccffa3ded49c153e7cbf4cc1 (diff) | |
download | warden-92d853e8c535d21c7e51200ba5ca2b8393fb0656.tar.bz2 warden-92d853e8c535d21c7e51200ba5ca2b8393fb0656.zip |
feat(warden): health route
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,8 +15,10 @@ clap = "4.5.43" config = { version = "0.15.13", default-features = false } prost = "0.14.1" serde = "1.0.219" +serde_json = "1.0.142" stack-up = { git = "https://github.com/rtkay123/stack-up" } tokio = "1.47.1" tonic = "0.14.0" +tower = "0.5.2" tracing = "0.1.41" warden-core = { path = "lib/warden-core" } |