krata/hypha/Cargo.toml

27 lines
355 B
TOML
Raw Normal View History

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 20:36:13 +00:00
[dependencies.clap]
version = "4.4.18"
features = ["derive"]
2024-01-17 16:18:12 +00:00
[lib]
path = "src/lib.rs"
[[bin]]
name = "hypha-agent"
path = "bin/agent.rs"
[[bin]]
name = "hypha-container"
path = "bin/container.rs"