performance-metrics: switch to argh

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2023-01-10 11:32:17 +00:00
committed by Rob Bradford
parent c6c081099f
commit 1ba995d952
3 changed files with 84 additions and 59 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
build = "build.rs"
[dependencies]
clap = { version = "4.0.32", features = ["wrap_help"] }
argh = "0.1.9"
dirs = "4.0.0"
serde = { version = "1.0.151", features = ["rc", "derive"] }
serde_json = "1.0.89"