roc/examples/platform-switching/rust-platform/rust-toolchain.toml
2024-04-16 15:49:28 +02:00

9 lines
No EOL
164 B
TOML

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