rust-fuzz / cargo-fuzz

Command line helpers for fuzzing
https://rust-fuzz.github.io/book/cargo-fuzz.html
Apache License 2.0
1.48k stars 108 forks source link

Improve docs around enabling workspaces #360

Closed kdarkhan closed 5 months ago

kdarkhan commented 5 months ago

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.