name: 'Setup crate' author: 'Ross MacArthur' description: 'Install any Rust crate' branding: icon: 'settings' color: 'red' inputs: repo: required: false description: 'The GitHub repository and version specifier containing the crate' owner: required: false description: 'The GitHub user or organization' name: required: false description: 'The GitHub repository name' version: required: false description: 'A valid semver specifier of the crate version to install' github-token: required: false description: 'The GitHub token used for making API requests' default: ${{ github.token }} runs: using: 'node20' main: 'dist/index.js'