7 lines
123 B
TOML
7 lines
123 B
TOML
[toolchain]
|
|
channel = "1.97.1"
|
|
components = ["clippy", "rustfmt", "rust-docs"]
|
|
targets = [
|
|
"x86_64-pc-windows-msvc",
|
|
]
|