rules_rust icon indicating copy to clipboard operation
rules_rust copied to clipboard

Support local repo relative paths for dependency resolution

Open CinchBlue opened this issue 2 years ago • 2 comments

If i'm not mistaken, the current dependency functions completely ignore relative path dependencies from the Cargo.toml. Is this true?

CinchBlue avatar Nov 20 '23 17:11 CinchBlue

I stumbled onto this myself just now.

Relative paths used to work with crate universe in older versions of rules_rust, but with the latest version 0.39.0, I just get "failed to load" with "No such file or directory".

This is a big problem for development where you want to temporarily use a local clone of dependencies.

ttiurani avatar Feb 18 '24 06:02 ttiurani