crane_rusty_v8/rust-toolchain.toml

6 lines
141 B
TOML

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