Skip to content

Commit 0db8ecf

Browse files
committed
Prevent clone from interfering with workspaces
1 parent 2a418ed commit 0db8ecf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name = "fuzzer-sys"
33
version = "0.1.0"
44
authors = ["Simonas Kazlauskas <[email protected]>"]
55

6+
# cargo-fuzz puts this in a crate subdirectory,
7+
# which causes problems if the crate uses workspaces.
8+
# Create a useless local workspace to break out of this
9+
[workspace]
10+
members = ["."]
11+
612
[dependencies]
713

814
[build-dependencies]

0 commit comments

Comments
 (0)