krata/hypha/Cargo.toml
2024-01-17 08:18:12 -08:00

23 lines
293 B
TOML

[package]
name = "hypha"
version = "0.0.1"
edition = "2021"
resolver = "2"
[dependencies.xenclient]
path = "../xenclient"
[dependencies]
log = "0.4.20"
[lib]
path = "src/lib.rs"
[[bin]]
name = "hypha-agent"
path = "bin/agent.rs"
[[bin]]
name = "hypha-container"
path = "bin/container.rs"