thehackerapp/Setup Rust
Setup Rust toolchain and Shipyard registry access
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-private-key | PEM-encoded SSH private key for pulling the Shipyard registry index | yes | — |
| token | Token for pushing to/pulling from the Shipyard registry | yes | — |
| registry | The name of the registry as it appears in the Cargo.toml file | no | wafflehacks |
| toolchain | Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification | no | stable |
| components | Comma-separated list of components to be additionally installed | no | — |
| with-mold | Whether to install the mold linker | no | true |
| mold-version | Version of the mold linker to install | no | 2.31.0 |
Outputs
no outputs