diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-09 10:36:07 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-09 10:36:07 +0200 |
commit | affa986bf1f84b725bd23309986250ff04cf2c93 (patch) | |
tree | 00faafcbdf1962793793e7581984078ce3466085 /Cargo.toml | |
parent | 0f663ccb94581264e839bab9ae386114e8bd9973 (diff) | |
download | warden-affa986bf1f84b725bd23309986250ff04cf2c93.tar.bz2 warden-affa986bf1f84b725bd23309986250ff04cf2c93.zip |
feat: data cache
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ prost = "0.14.1" serde = "1.0.219" serde_json = "1.0.142" stack-up = { git = "https://github.com/rtkay123/stack-up" } +time = "0.3.41" tokio = "1.47.1" tonic = "0.14.0" tower = "0.5.2" |