When I have a crate like /my-workspace/crates/my-crate in a workspace /my-workspace, it appears that the glob is resolved relative to the workspace root.
This doesn't feel expected, as each crate should be logically isolated from others, and I don't want to hardcode relative paths to it from the workspace root in each glob.
When I have a crate like
/my-workspace/crates/my-cratein a workspace/my-workspace, it appears that the glob is resolved relative to the workspace root.This doesn't feel expected, as each crate should be logically isolated from others, and I don't want to hardcode relative paths to it from the workspace root in each glob.