Add the --hip option

This commit is contained in:
Kevin Yue
2024-03-17 18:41:42 +08:00
parent cff2ff9dbe
commit 558485f5a9
3 changed files with 24 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
[dependencies]
common = { path = "../../crates/common" }
gpapi = { path = "../../crates/gpapi", features = ["clap"] }
openconnect = { path = "../../crates/openconnect" }
anyhow.workspace = true