Files
polyscribe/rust-toolchain.toml

7 lines
118 B
TOML

# SPDX-License-Identifier: MIT
[toolchain]
channel = "1.89.0"
components = ["clippy", "rustfmt"]
profile = "minimal"