From 32f899b71484ee28ce807f998e507719ecbb3541 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sat, 7 Jun 2025 23:43:27 -0500 Subject: List container image archives via gRPC server --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3