Files
Waywrite/rust-toolchain.toml

5 lines
103 B
TOML

[toolchain]
channel = "stable"
components = [ "rust-analyzer" ]
targets = ["x86_64-unknown-linux-gnu"]