perfect-postcode/server-rs/rust-toolchain.toml

8 lines
157 B
TOML

[toolchain]
channel = "stable"
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
]
profile = "default"