hyperdeck-monitor/rust-toolchain.toml

5 lines
137 B
TOML

[toolchain]
channel = "stable"
components = [ "rust-src", "cargo", "rustc", "clippy", "rustfmt" ]
targets = [ "wasm32-unknown-unknown" ]