Files
project-research/server/rust-toolchain.toml
Damian Wessels fd33b5ceba Initial Commit
2025-09-08 11:01:51 +02:00

11 lines
155 B
TOML

[toolchain]
channel = "beta"
components = [
"rustfmt",
"clippy",
"rust-src",
"rustc-dev",
"llvm-tools-preview",
"rust-analyzer",
]