clipboard-substitutor/rust-toolchain.toml

6 lines
137 B
TOML

[toolchain]
channel = "1.77.2"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"