We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lofty-fuzz
1 parent 103387f commit 675d235Copy full SHA for 675d235
Cargo.toml
@@ -4,6 +4,7 @@ members = [
4
"lofty",
5
"lofty_attr",
6
"ogg_pager",
7
+ "fuzz",
8
]
9
10
[workspace.dependencies]
fuzz/Cargo.toml
@@ -14,10 +14,6 @@ libfuzzer-sys = "0.4"
14
[dependencies.lofty]
15
path = "../lofty"
16
17
-# Prevent this from interfering with workspaces
18
-[workspace]
19
-members = ["."]
20
-
21
[[bin]]
22
name = "filetype_from_buffer"
23
path = "fuzz_targets/filetype_from_buffer.rs"
0 commit comments