diff options
| author | unitexe <unitexe70@gmail.com> | 2025-06-07 23:43:27 -0500 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2025-06-07 23:43:27 -0500 |
| commit | 32f899b71484ee28ce807f998e507719ecbb3541 (patch) | |
| tree | f44dec7a6ba749abc655074a8dfd54d839cabf9f /Cargo.toml | |
| parent | 741a15d4073546628491830d979a34df35ff44e8 (diff) | |
List container image archives via gRPC server
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
