summaryrefslogtreecommitdiffstats
path: root/roles/rust/meta/argument_specs.yml
blob: 612812b6a4e03adf4180b26d0a04e2f0015210ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
argument_specs:
  main:
    options:
      rust_versions:
        type: "list"
        description: "Rust versions to install via mise (e.g. 'stable', 'nightly')"
        elements: "str"
        default: ["stable"]
      rust_components:
        type: "list"
        description: "Rust components to install via rustup (applied to the active toolchain)"
        elements: "str"
        default: []