Skip to content

Commit

Permalink
Use clap_derive
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 14, 2023
1 parent ead2e39 commit 732d2a2
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 240 deletions.
19 changes: 19 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-afl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tempfile = "3.8"
xdg = "2.5"

[dependencies]
clap = { version = "4.4", features = ["cargo"] }
clap = { version = "4.4", features = ["cargo", "derive"] }
libc = "0.2"
rustc_version = "0.4"
xdg = "2.5"
Expand Down
Loading

0 comments on commit 732d2a2

Please sign in to comment.