2024-01-17 16:18:12 +00:00
|
|
|
[package]
|
|
|
|
name = "hypha"
|
|
|
|
version = "0.0.1"
|
|
|
|
edition = "2021"
|
|
|
|
resolver = "2"
|
|
|
|
|
|
|
|
[dependencies.xenclient]
|
|
|
|
path = "../xenclient"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.4.20"
|
2024-01-17 22:29:05 +00:00
|
|
|
env_logger = "0.10.1"
|
|
|
|
flate2 = "1.0.28"
|
|
|
|
tar = "0.4.40"
|
|
|
|
walkdir = "2"
|
2024-01-17 16:18:12 +00:00
|
|
|
|
2024-01-17 20:36:13 +00:00
|
|
|
[dependencies.clap]
|
|
|
|
version = "4.4.18"
|
|
|
|
features = ["derive"]
|
|
|
|
|
2024-01-17 22:29:05 +00:00
|
|
|
[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"]
|
|
|
|
|
2024-01-17 16:18:12 +00:00
|
|
|
[lib]
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
2024-01-17 22:29:05 +00:00
|
|
|
name = "hyphactl"
|
|
|
|
path = "bin/controller.rs"
|
2024-01-17 16:18:12 +00:00
|
|
|
|
|
|
|
[[bin]]
|
2024-01-17 22:29:05 +00:00
|
|
|
name = "hyphad"
|
2024-01-17 16:18:12 +00:00
|
|
|
path = "bin/container.rs"
|