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
Where Cargo.toml only contains something like this:
[workspace]
members = [
"my_first_binary",
"my_second_binary"
]
Then initialization fails on an unwrap of None on an Option (though it doesn't say which one). It would be nice if cargo-fuzz could worked with workspaced projects so that it has one folder with targets for all binaries in the workspace.
dee-see, raldone01, ogham, fenollp and aoudiamoncef