feat: install cargo packages

This commit is contained in:
ReenigneArcher 2025-06-14 10:44:37 -04:00
parent 9d7e65c320
commit 512e2f755a
No known key found for this signature in database
GPG key ID: 362B4EC0ADC98755
2 changed files with 12 additions and 1 deletions

View file

@ -53,6 +53,7 @@ Afterward, the `components` and `target` specified via inputs are installed in a
| `toolchain` | Comma-separated list of Rustup toolchain specifier e.g. `stable`, `nightly`, `1.42.0`. The last version is the default. | stable |
| `target` | Additional target support to install e.g. `wasm32-unknown-unknown` | |
| `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` | |
| `cargo-packages` | Comma-separated string of Cargo packages to install e.g. `cargo-edit, cargo-tarpaulin` | |
| `cache` | Automatically configure Rust cache (using [`Swatinem/rust-cache`]) | true |
| `cache-directories` | Propagates the value to [`Swatinem/rust-cache`] | |
| `cache-workspaces` | Propagates the value to [`Swatinem/rust-cache`] | |