roc/examples/platform-switching/rust-platform/rust-toolchain.toml
2023-01-17 18:09:16 +01:00

9 lines
No EOL
164 B
TOML

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