veza/rust-toolchain.toml

5 lines
105 B
TOML
Raw Permalink Normal View History

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