Iraj taghlidi
Results
3
comments of
Iraj taghlidi
Hi @ytake This is My question too.
I encountered the same core issue in my monorepo, which includes multiple Cargo workspaces with path dependencies between different workspace crates. The symlink that @hobofan provided worked in my test...
Since using external dependencies is handled with `crates universe` and also path dependences (the ones which are outside of Cargo workspace but still inside the Bazel workspace) works fine if...