mozilla / rust-code-analysis

Library to analyze and collect metrics on source code
https://mozilla.github.io/rust-code-analysis/
276 stars 49 forks source link

rust-code-analysis-cli -m -p . at workspace root shows nothing #1089

Open jayvdb opened 4 months ago

jayvdb commented 4 months ago

I am using https://github.com/mozilla/rust-code-analysis/pull/1086 , but it is working when I using -p path/to/member/src/lib.rs, and -p path/to/member/

However when I use -p . at the workspace root where top level Cargo.toml contains only workspace members and no package in the top level Cargo.toml.