Depend on a nearby crate in a monorepo.
Section: Dependencies
Use a local path dependency
toml
toml
[dependencies]
common = { path = "../common" }Explanation
Path dependencies are common in workspaces and local development.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Dependencies