replace deprecated structopt crate with clap (#33)

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
Cyrill Leutwiler
2024-08-23 18:25:08 +02:00
committed by GitHub
parent bb4a4dddde
commit 880305dbfb
4 changed files with 254 additions and 279 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ path = "src/resolc/main.rs"
doctest = false
[dependencies]
structopt = { workspace = true }
clap = { workspace = true }
colored = { workspace = true }
thiserror = { workspace = true }
anyhow = { workspace = true }