katgba/rust-toolchain.toml
2025-07-24 19:42:45 -07:00

5 lines
132 B
TOML

[toolchain]
channel = "nightly"
targets = ["thumbv4t-none-eabi"]
profile = "minimal"
components = ["rust-src", "clippy", "rustfmt"]