You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jyn514
changed the title
cargo add should imply cargo initcargo fuzz add should imply cargo fuzz initDec 7, 2022
Here's what happens today if you run
cargo fuzz add my-fuzzer
in a new project:The workaround is to run
cargo fuzz init
first, but it would be nice ifcargo fuzz add
did that automatically.The text was updated successfully, but these errors were encountered: