mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-21 01:58:43 +00:00
21 lines
609 B
YAML
21 lines
609 B
YAML
name: 'Setup Rust and Cargo'
|
|
author: 'Miles Johnson'
|
|
description: 'Sets up Rust and Cargo.'
|
|
inputs:
|
|
bins:
|
|
description: 'Comma-separated list of global binaries to install.'
|
|
channel:
|
|
description: 'Toolchain specification/channel to install.'
|
|
components:
|
|
description: 'Comma-separated list of additional components to install.'
|
|
targets:
|
|
description: 'Comma-separated list of additional targets to install.'
|
|
profile:
|
|
description: 'Profile to install. Defaults to "minimal".'
|
|
outputs: {}
|
|
runs:
|
|
using: 'node16'
|
|
main: 'dist/index.js'
|
|
branding:
|
|
icon: 'settings'
|
|
color: 'orange'
|