Skip to content

Comments

feat: add cargoWorkspacePath option to cargo-workspace plugin#2682

Open
seven332 wants to merge 1 commit intogoogleapis:mainfrom
seven332:feat/cargo-workspace-path
Open

feat: add cargoWorkspacePath option to cargo-workspace plugin#2682
seven332 wants to merge 1 commit intogoogleapis:mainfrom
seven332:feat/cargo-workspace-path

Conversation

@seven332
Copy link

@seven332 seven332 commented Feb 20, 2026

Support configuring a non-root workspace path so that the plugin can find the workspace Cargo.toml in a subdirectory (e.g. "crates/").

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #2589 🦕

@seven332 seven332 requested review from a team as code owners February 20, 2026 13:06
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Feb 20, 2026
@google-cla
Copy link

google-cla bot commented Feb 20, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Support configuring a non-root workspace path so that the plugin can
find the workspace Cargo.toml in a subdirectory (e.g. "crates/").

Closes googleapis#2589
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cargo-workspace plugin does not support Cargo.toml outside of repository root

2 participants