blueopinion/templates/default/rust-toolchain.toml

5 lines
135 B
TOML

[toolchain]
channel = "1.83.0"
components = [ "cargo","llvm-tools", "rustc", "clippy", "rust-src" ]
targets = [ ]
profile = "minimal"