mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
implement squashfs generation
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user