advent-of-code/rust-toolchain.toml

6 lines
181 B
TOML

[toolchain]
channel = "stable"
components = ["clippy", "rust-analyzer", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal" # includes rustc, cargo, and rust-std