summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2025-06-07 23:43:27 -0500
committerunitexe <unitexe70@gmail.com>2025-06-07 23:43:27 -0500
commit32f899b71484ee28ce807f998e507719ecbb3541 (patch)
treef44dec7a6ba749abc655074a8dfd54d839cabf9f /Cargo.toml
parent741a15d4073546628491830d979a34df35ff44e8 (diff)
List container image archives via gRPC server
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 c309728..c572423 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+hex = "0.4.3"
prost = "0.13.5"
+sha2 = "0.10.9"
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
tonic = "0.13.1"
tonic-reflection = "0.13.1"