roc/examples/platform-switching/rust-platform/rust-toolchain.toml
2023-09-26 12:08:16 +02:00

9 lines
No EOL
164 B
TOML

[toolchain]
channel = "1.71.1"
profile = "default"
components = [
# for usages of rust-analyzer or similar tools inside `nix develop`
"rust-src"
]