From bafc28e9c442e79e651ad128754759ac7432ec42 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Mon, 1 Apr 2024 12:05:14 +0200 Subject: [PATCH] tweak fuzz/Cargo.toml --- fuzz/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 7e7aa057..f7bba235 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "shakmaty-fuzz" -version = "0.0.0" publish = false edition = "2021" @@ -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"