5 lines
133 B
TOML
5 lines
133 B
TOML
[toolchain]
|
|
channel = "1.85"
|
|
components = ["rustfmt", "rust-src", "clippy"]
|
|
targets = ["wasm32-unknown-unknown"]
|
|
profile = "minimal"
|