Cargo geiger doesnt take into account [[bin]] and [lib] properties in Cargo.toml #293
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I have a library that does not live in "/src/lib.rs" and cargo-geiger chokes with:
Also passing the library name as parameter to the
--package
flag does not help.ps: After running cargo clean the problem is resolved. I have a shared target directory with CARGO_TARGET_DIR pointing to a ramdisk. That seems to provoke this. Feel free to close if that is not supported behavior.
The text was updated successfully, but these errors were encountered: