setup_rust_workspace
Configure a Cargo workspace with multiple crates, specifying root name and member crates. Enable shared dependency inheritance to manage dependencies at the workspace level.
Instructions
Configure a Cargo workspace with multiple crates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| members | Yes | Workspace member crate names | |
| shared_deps | No | Use workspace-level dependency inheritance | |
| workspace_name | Yes | Workspace root name |