paw-gui/src-tauri/rust-toolchain.toml
2025-04-14 19:17:53 +08:00

4 lines
174 B
TOML

[toolchain]
channel = "stable" # 指定 Rust 工具链的版本,比如 "stable", "nightly", 或具体版本如 "1.74.0"
components = ["rustfmt", "clippy", "rust-analyzer"]