mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-07 06:38:44 +00:00
6 lines
199 B
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"]
|