5 lines
106 B
TOML
5 lines
106 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = ["clippy", "rustfmt"]
|
|
targets = ["x86_64-unknown-linux-musl"]
|