Setup Rust in your Github Actions Workflow
Simple usage of this action:
- name: Setup Rust
  uses: MatteoH2O1999/setup-rust@v2| Input | Description | Default | 
|---|---|---|
channel | 
The rust channel to download rust from | stable | 
profile | 
The profile to use (either minimal, default or complete) | 
minimal | 
components | 
The list of additional components to install (clippy, rustfmt, etc.) | 
None | 
subcommands | 
The list of cargo subcommands to install | None |