Files
sablono/rust-tmpl/toolchain.toml
bluepython508 c35a075586 A rust template
2023-12-12 21:51:35 +00:00

4 lines
116 B
TOML

[toolchain]
channel = "stable"
components = [ "rustfmt", "rust-analyzer", "rust-src", "clippy" ]
profile = "default"