4 lines
116 B
TOML
4 lines
116 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [ "rustfmt", "rust-analyzer", "rust-src", "clippy" ]
|
|
profile = "default" |