machines/rust/rust-toolchain.toml
Kaare Hoff Skovgaard dd1cfa79e7
Lots more updates
Also begin adding rust building capabilities
to be able to write rust binaries for some commands.
2025-07-06 22:37:16 +02:00

4 lines
95 B
TOML

[toolchain]
channel = "1.88.0"
components = ["rustfmt", "clippy", "cargo"]
profile = "minimal"