I am using #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.
I am using #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 levelCargo.tomlcontains only workspace members and no package in the top levelCargo.toml.