trailofbits / siderophile

Find the ideal fuzz targets in a Rust codebase
https://blog.trailofbits.com/2019/07/01/siderophile-expose-your-crates-unsafety/
MIT License
201 stars 13 forks source link

improve support for cargo workspaces #273

Open 0xalpharush opened 10 months ago

0xalpharush commented 10 months ago

I am getting an error like Error: package '/Users/alpharush/tob/../Cargo.toml' is a member of the wrong workspace. Can we improve support for cargo workspaces?

Probably relevant to the fix:

https://github.com/trailofbits/siderophile/blob/debb857f97d5fa71b89b9cf9d103c25371b42b23/src/main.rs#L41-L67

Maybe related to https://github.com/trailofbits/siderophile/issues/31