Skip to content

Commit

Permalink
Merge pull request #360 from kdarkhan/fuzz-docs
Browse files Browse the repository at this point in the history
Improve docs around enabling workspaces
  • Loading branch information
Manishearth committed Jan 27, 2024
2 parents 24f666d + 3f127ef commit 7302ebf
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 7302ebf

Please sign in to comment.