hesinde-sync/rust-toolchain.toml

6 lines
187 B
TOML
Raw Permalink Normal View History

2024-07-10 12:30:26 +00:00
[toolchain]
channel = "stable"
components = [ "clippy", "rustfmt" ]
targets = [ "i686-unknown-linux-musl", "aarch64-unknown-linux-musl", "x86_64-unknown-linux-musl" ]
profile = "minimal"