Files
Marlin/rust-toolchain.toml

6 lines
199 B
TOML

# rust-toolchain.toml
[toolchain]
channel = "stable" # or "1.78.0", a specific nightly, etc.
profile = "minimal" # keeps download size small
components = ["rustfmt", "clippy"]