Files
anubis/rustup-toolchain.toml
Xe Iaso 03a6c07c73 chore: add rust-toolchain.toml
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-09-27 18:33:05 +00:00

5 lines
140 B
TOML

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