create hypha

This commit is contained in:
Alex Zenla
2024-01-17 08:18:12 -08:00
parent 135182d847
commit 8689398032
8 changed files with 134 additions and 1 deletions

22
hypha/Cargo.toml Normal file
View File

@ -0,0 +1,22 @@
[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"