cargo-fuzz icon indicating copy to clipboard operation
cargo-fuzz copied to clipboard

`cargo fuzz add` should imply `cargo fuzz init`

Open jyn514 opened this issue 2 years ago • 0 comments

Here's what happens today if you run cargo fuzz add my-fuzzer in a new project:

; cargo fuzz add decompressor
Error: could not read the manifest file: /home/jnelson/work/redacted/fuzz/Cargo.toml

Caused by:
    No such file or directory (os error 2)

The workaround is to run cargo fuzz init first, but it would be nice if cargo fuzz add did that automatically.

jyn514 avatar Dec 07 '22 19:12 jyn514