Skip to content

Commit 5ed8d0a

Browse files
authored
Merge pull request #9 from rust-fuzz/workspace
Prevent clone from interfering with workspaces
2 parents 2a418ed + 0db8ecf commit 5ed8d0a

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)