diff --git a/Cargo.toml b/Cargo.toml index 1c193f40..af82c489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ members = [ "lofty", "lofty_attr", "ogg_pager", + "fuzz", ] [workspace.dependencies] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 8b661540..cacf6d0e 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -14,10 +14,6 @@ libfuzzer-sys = "0.4" [dependencies.lofty] path = "../lofty" -# Prevent this from interfering with workspaces -[workspace] -members = ["."] - [[bin]] name = "filetype_from_buffer" path = "fuzz_targets/filetype_from_buffer.rs"