Fuzz: Add lofty-fuzz to workspace

Now any future build failures will be caught by CI.
This commit is contained in:
Serial 2024-08-30 23:48:40 -04:00 committed by Alex
parent 103387fa26
commit 675d235e29
2 changed files with 1 additions and 4 deletions

View file

@ -4,6 +4,7 @@ members = [
"lofty", "lofty",
"lofty_attr", "lofty_attr",
"ogg_pager", "ogg_pager",
"fuzz",
] ]
[workspace.dependencies] [workspace.dependencies]

View file

@ -14,10 +14,6 @@ libfuzzer-sys = "0.4"
[dependencies.lofty] [dependencies.lofty]
path = "../lofty" path = "../lofty"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]] [[bin]]
name = "filetype_from_buffer" name = "filetype_from_buffer"
path = "fuzz_targets/filetype_from_buffer.rs" path = "fuzz_targets/filetype_from_buffer.rs"