Skip to content

Commit

Permalink
Improve docs around enabling workspaces
Browse files Browse the repository at this point in the history
The current README.md makes it sound like using workspaces is required.
If the root crate does not enable workspaces, then cargo-fuzz works
without any changes.
  • Loading branch information
kdarkhan committed Jan 27, 2024
1 parent 24f666d commit 3f127ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ cargo install -f cargo-fuzz

Initialize a `cargo fuzz` project for your crate!

### Add `fuzz` directory to `workspace.members` in root `Cargo.toml`
### If your crate uses cargo workspaces, add `fuzz` directory to `workspace.members` in root `Cargo.toml`

`fuzz` directory can be either a part of an existing workspace (default)
or use an independent workspace. If latter is desired, you can use
Expand Down

0 comments on commit 3f127ef

Please sign in to comment.