Skip to content

Commit 675d235

Browse files
committed
Fuzz: Add lofty-fuzz to workspace
Now any future build failures will be caught by CI.
1 parent 103387f commit 675d235

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ members = [
44
"lofty",
55
"lofty_attr",
66
"ogg_pager",
7+
"fuzz",
78
]
89

910
[workspace.dependencies]

fuzz/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ libfuzzer-sys = "0.4"
1414
[dependencies.lofty]
1515
path = "../lofty"
1616

17-
# Prevent this from interfering with workspaces
18-
[workspace]
19-
members = ["."]
20-
2117
[[bin]]
2218
name = "filetype_from_buffer"
2319
path = "fuzz_targets/filetype_from_buffer.rs"

0 commit comments

Comments
 (0)