diff options
Diffstat (limited to 'crates/hule-oci/Cargo.toml')
| -rw-r--r-- | crates/hule-oci/Cargo.toml | 5 | +2 −3 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crates/hule-oci/Cargo.toml b/crates/hule-oci/Cargo.toml index 6b05ea5..76ba6ed 100644 --- a/crates/hule-oci/Cargo.toml +++ b/crates/hule-oci/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Nikolay Govorov +# SPDX-FileCopyrightText: 2026 Nikolay Govorov # SPDX-License-Identifier: Apache-2.0 [package] @@ -13,9 +13,8 @@ authors.workspace = true repository.workspace = true [dependencies] -hule-hmi.workspace = true +hule-image.workspace = true serde_json.workspace = true -tokio = { workspace = true, features = ["fs", "io-util", "rt"] } oci-client = "0.17" zstd = "0.13" sha2 = "0.10" |
