Files
automation_rs/rust-toolchain.toml

5 lines
115 B
TOML

[toolchain]
channel = "nightly-2025-08-20"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"