abrisco / cargo-bazel

A Bazel repository rule for generating Rust dependencies with Cargo.
https://abrisco.github.io/cargo-bazel/
MIT License
4 stars 1 forks source link

Fix issues symlinking all `bazel-*` patterns #102

Closed abrisco closed 2 years ago

abrisco commented 2 years ago

This should cover cases where the workspace root contains bazel-*${WORKSPACE_NAME} paths. This particular pattern is hard to know in advance since ${WORKSPACE_NAME} depends on the workspace itself. The glob accounts for this.