mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
65 lines
977 B
TOML
65 lines
977 B
TOML
[package]
|
|
name = "hypha"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies.xenclient]
|
|
path = "../xen/xenclient"
|
|
|
|
[dependencies.loopdev]
|
|
path = "../loopdev"
|
|
|
|
[dependencies]
|
|
log = "0.4.20"
|
|
env_logger = "0.11.0"
|
|
zstd = "0.13.0"
|
|
flate2 = "1.0.28"
|
|
tar = "0.4.40"
|
|
directories = "5.0.1"
|
|
walkdir = "2"
|
|
serde = "1.0.195"
|
|
serde_json = "1.0.111"
|
|
sha256 = "1.5.0"
|
|
url = "2.5.0"
|
|
ureq = "2.9.1"
|
|
path-clean = "1.0.1"
|
|
termion = "3.0.0"
|
|
cli-tables = "0.2.1"
|
|
|
|
[dependencies.xenstore]
|
|
path = "../xen/xenstore"
|
|
|
|
[dependencies.clap]
|
|
version = "4.4.18"
|
|
features = ["derive"]
|
|
|
|
[dependencies.oci-spec]
|
|
version = "0.6.4"
|
|
|
|
[dependencies.backhand]
|
|
version = "0.14.2"
|
|
|
|
[dependencies.uuid]
|
|
version = "1.6.1"
|
|
features = ["v4"]
|
|
|
|
[dependencies.sys-mount]
|
|
default-features = false
|
|
version = "2.1.1"
|
|
|
|
[dependencies.nix]
|
|
features = ["process"]
|
|
version = "0.27.1"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "hyphactl"
|
|
path = "bin/controller.rs"
|
|
|
|
[[bin]]
|
|
name = "hyphactr"
|
|
path = "bin/container.rs"
|