hypha: implement OCI image layer spec

This commit is contained in:
Alex Zenla
2024-01-20 02:41:49 -08:00
parent 4b664c0616
commit 2567a93512
3 changed files with 183 additions and 36 deletions

View File

@ -9,7 +9,8 @@ path = "../xenclient"
[dependencies]
log = "0.4.20"
env_logger = "0.10.1"
env_logger = "0.11.0"
zstd = "0.13.0"
flate2 = "1.0.28"
tar = "0.4.40"
directories = "5.0.1"
@ -19,6 +20,7 @@ serde_json = "1.0.111"
sha256 = "1.5.0"
url = "2.5.0"
ureq = "2.9.1"
path-clean = "1.0.1"
[dependencies.clap]
version = "4.4.18"