mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Fuzz: Add lofty-fuzz
to workspace
Now any future build failures will be caught by CI.
This commit is contained in:
parent
103387fa26
commit
675d235e29
2 changed files with 1 additions and 4 deletions
|
@ -4,6 +4,7 @@ members = [
|
|||
"lofty",
|
||||
"lofty_attr",
|
||||
"ogg_pager",
|
||||
"fuzz",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue