From 3f127ef62bb13de175990a1568d29f75e79105ca Mon Sep 17 00:00:00 2001 From: Darkhan Kubigenov Date: Sat, 27 Jan 2024 22:05:33 +0000 Subject: [PATCH] Improve docs around enabling workspaces 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7394779..25d0421 100644 --- a/README.md +++ b/README.md @@ -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