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
@@ -25,7 +25,7 @@ thiserror = "1.0"
which = "5.0"
path-slash = "0.2"
rayon = "1.8"
structopt = { version = "0.3", default-features = false }
clap = { version = "4", default-features = false, features = ["derive"] }
rand = "0.8"
polkavm-common = { git = "https://github.com/koute/polkavm.git", rev = "360029e" }
polkavm-linker = { git = "https://github.com/koute/polkavm.git", rev = "360029e" }