In my Cargo.toml, I have:
[workspace.dependencies]
...
flatbuffers-tonic = { path = "third_party/flatbuffers-tonic/flatbuffers-tonic" }
flatbuffers-tonic-build = { path = "third_party/flatbuffers-tonic/flatbuffers-tonic-build" }
flatbuffers-util = { path = "third_party/flatbuffers-tonic/flatbuffers-util" }
...
When these crates find their way into MODULE.bazel.lock, they are prefixed with absolute paths. This brakes cross-machine and cross-platform builds of these crates.