Skip to content

Commit

Permalink
Add automatic target selection
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Oct 17, 2022
1 parent 05390db commit 125a59a
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 39 deletions.
23 changes: 23 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ repository = "https://github.com/srlabs/ziggy/"
clap = { version = "3.2.22", features = ["cargo", "derive"], optional = true }
console = { version = "0.15.1", optional = true }
glob = { version = "0.3.0", optional = true }
toml = { version = "0.5.9", optional = true }
anyhow = { version = "1.0", optional = true }
libfuzzer-sys = { version = "0.4.4", optional = true }
afl = { version = "0.12.8", default-features = false, optional = true }
honggfuzz = { version = "0.5.55", optional = true }

[features]
default = ["cli"]
cli = ["clap", "console", "glob"]
cli = ["clap", "console", "glob", "toml", "anyhow"]
reset_lazy_static = ["afl?/reset_lazy_static"]
Loading

0 comments on commit 125a59a

Please sign in to comment.