chore(http): migrate from structopt to clap3

This commit is contained in:
mpostma
2022-01-12 13:54:39 +01:00
parent 5d48f72ade
commit f6d53e03f1
6 changed files with 77 additions and 104 deletions

View File

@ -42,7 +42,7 @@ serde = { version = "1.0.130", features = ["derive"] }
serde_json = { version = "1.0.67", features = ["preserve_order"] }
siphasher = "0.3.7"
slice-group-by = "0.2.6"
structopt = "0.3.23"
clap = { version = "3.0", features = ["derive", "env"] }
tar = "0.4.37"
tempfile = "3.2.0"
thiserror = "1.0.28"