15 lines
209 B
TOML
15 lines
209 B
TOML
|
[toolchain]
|
||
|
channel = "nightly"
|
||
|
components = [
|
||
|
"cargo",
|
||
|
"clippy",
|
||
|
"rust-analyzer",
|
||
|
"rust-src",
|
||
|
"rust-std",
|
||
|
"rustc-dev",
|
||
|
"rustc",
|
||
|
"rustfmt",
|
||
|
]
|
||
|
targets = [ "wasm32-unknown-unknown" ]
|
||
|
profile = "minimal"
|