mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ch-remote: switch to clap
Porting back using clap crate Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>
This commit is contained in:
committed by
Bo Chen
parent
fa22cb0be5
commit
d1f337aef1
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -449,7 +449,6 @@ version = "35.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"api_client",
|
"api_client",
|
||||||
"argh",
|
|
||||||
"clap",
|
"clap",
|
||||||
"dhat",
|
"dhat",
|
||||||
"dirs",
|
"dirs",
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ debug = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
api_client = { path = "api_client" }
|
api_client = { path = "api_client" }
|
||||||
argh = "0.1.9"
|
|
||||||
clap = { version = "4.3.11", features = ["string"] }
|
clap = { version = "4.3.11", features = ["string"] }
|
||||||
dhat = { version = "0.3.2", optional = true }
|
dhat = { version = "0.3.2", optional = true }
|
||||||
epoll = "4.3.3"
|
epoll = "4.3.3"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user