/ .moon / toolchain.yml
toolchain.yml
 1  # Moon toolchain configuration.
 2  # Defines development environment.
 3  
 4  rust:
 5    version: "1.92"
 6    components:
 7      - clippy
 8      - rustfmt
 9      - llvm-tools-preview
10    bins:
11      - cargo-nextest
12      - cargo-llvm-cov
13  
14  deterministic: true