You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cargo.toml file might contain:
```
[workspace]
members = ["components/salsa-macro-rules", "components/salsa-macros"]
```
This means we need to move the 2 subfolders of components and NOT the
components folder into the vendor root-directory so they are found.
Hence use `basename` for determining the target path which is a no-op
when no folder is present.
0 commit comments