mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-19 09:08:43 +00:00
11 lines
196 B
YAML
11 lines
196 B
YAML
name: 'Setup Rust'
|
|
author: 'Miles Johnson'
|
|
description: 'Sets up Rust and Cargo.'
|
|
inputs: {}
|
|
outputs: {}
|
|
runs:
|
|
using: 'node16'
|
|
main: 'dist/index.js'
|
|
branding:
|
|
icon: 'moon'
|
|
color: 'purple'
|