Skip to content

Commit

Permalink
chore(deps): exclude fuzzing targets from workspace (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: Théodore Prévot <[email protected]>
  • Loading branch information
Totodore authored Mar 1, 2025
1 parent 8e7be0d commit 31dc1c9
Show file tree
Hide file tree
Showing 6 changed files with 1,785 additions and 47 deletions.
43 changes: 0 additions & 43 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ categories = [
license = "MIT"

[workspace]
members = ["crates/*", "e2e/*", "crates/*/fuzz"]
members = ["crates/*", "e2e/*"]
exclude = ["crates/parser-common/fuzz", "crates/parser-msgpack/fuzz"]
default-members = ["crates/*"]
resolver = "2"

Expand Down
Loading

0 comments on commit 31dc1c9

Please sign in to comment.