mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
27 lines
355 B
TOML
27 lines
355 B
TOML
[package]
|
|
name = "hypha"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies.xenclient]
|
|
path = "../xenclient"
|
|
|
|
[dependencies]
|
|
log = "0.4.20"
|
|
|
|
[dependencies.clap]
|
|
version = "4.4.18"
|
|
features = ["derive"]
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "hypha-agent"
|
|
path = "bin/agent.rs"
|
|
|
|
[[bin]]
|
|
name = "hypha-container"
|
|
path = "bin/container.rs"
|