Files
marginal/rust-toolchain.toml
Kerdonov 30369cfdd3
All checks were successful
Test the running changes / Test (push) Successful in 35s
initial parser working
2025-12-11 01:46:57 +02:00

11 lines
134 B
TOML

[toolchain]
channel = "stable"
targets = [
"x86_64-unknown-linux-gnu"
]
components = [
"clippy",
"rustfmt",
"rust-analyzer"
]