hypha-agent: command line arguments

This commit is contained in:
Alex Zenla
2024-01-17 12:36:13 -08:00
parent 8af6e25edc
commit f69ce96054
6 changed files with 63 additions and 145 deletions

View File

@ -10,6 +10,10 @@ path = "../xenclient"
[dependencies]
log = "0.4.20"
[dependencies.clap]
version = "4.4.18"
features = ["derive"]
[lib]
path = "src/lib.rs"