implement squashfs generation

This commit is contained in:
Alex Zenla
2024-01-17 14:29:05 -08:00
parent f69ce96054
commit 198ca3ff80
8 changed files with 243 additions and 35 deletions

View File

@ -9,18 +9,35 @@ path = "../xenclient"
[dependencies]
log = "0.4.20"
env_logger = "0.10.1"
flate2 = "1.0.28"
tar = "0.4.40"
walkdir = "2"
[dependencies.clap]
version = "4.4.18"
features = ["derive"]
[dependencies.ocipkg]
version = "0.2.8"
[dependencies.oci-spec]
version = "0.5.8"
[dependencies.backhand]
version = "0.14.2"
[dependencies.uuid]
version = "1.6.1"
features = ["v4"]
[lib]
path = "src/lib.rs"
[[bin]]
name = "hypha-agent"
path = "bin/agent.rs"
name = "hyphactl"
path = "bin/controller.rs"
[[bin]]
name = "hypha-container"
name = "hyphad"
path = "bin/container.rs"