Closed
Description
Current behavior 😯
error: failed to load manifest for workspace member `C:\code\joe\gitoxide\gix-diff`
Caused by:
failed to load manifest for dependency `gix-filter`
Caused by:
failed to load manifest for dependency `gix-packetline-blocking`
Caused by:
failed to parse manifest at `C:\code\joe\gitoxide\gix-packetline-blocking\Cargo.toml`
Caused by:
can't find library `gix-packetline-blocking`, rename file to `src/lib.rs` or specify lib.path
Expected behavior 🤔
I can compile
Git behavior
No response
Steps to reproduce 🕹
- I have checked out the
byron/gitoxide
repository (using vscode) - I have run any
cargo
command anywhere in the repository
I suspect this is because the repo uses symlinks to reduce copying.