aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12+7 −5
1 files changed, 7 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 08e65ee..f9ecd44 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -570,16 +570,11 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
name = "hule"
version = "0.1.0"
dependencies = [
- "futures-util",
"hule-image",
"hule-oci",
"hule-vmm",
- "oci-client",
- "serde_json",
- "sha2 0.10.9",
"tokio",
"uuid",
- "zstd",
]
[[package]]
@@ -593,6 +588,13 @@ dependencies = [
[[package]]
name = "hule-oci"
version = "0.1.0"
+dependencies = [
+ "hule-image",
+ "oci-client",
+ "serde_json",
+ "sha2 0.10.9",
+ "zstd",
+]
[[package]]
name = "hule-vmm"