Skip to content

Commit

Permalink
tweak fuzz/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 1, 2024
1 parent 1f5e6a5 commit bafc28e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "shakmaty-fuzz"
version = "0.0.0"
publish = false
edition = "2021"

Expand All @@ -12,7 +11,7 @@ libfuzzer-sys = "0.4"
shakmaty = { path = ".." }

[workspace]
members = ["."] # Let fuzzing suite not interfere with workspaces
members = ["."] # Let fuzz suite not interfere with workspaces

[[bin]]
name = "fen"
Expand Down

0 comments on commit bafc28e

Please sign in to comment.