veza/rust-toolchain.toml
2025-12-03 22:56:50 +01:00

4 lines
105 B
TOML

[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]
targets = ["x86_64-unknown-linux-gnu"]