openpencil/rust-toolchain.toml

5 lines
133 B
TOML

[toolchain]
channel = "1.80"
components = ["rustfmt", "clippy", "rust-src"]
targets = ["wasm32-unknown-unknown"]
profile = "default"