6 lines
181 B
TOML
6 lines
181 B
TOML
[toolchain]
|
|
channel = "1.77.1"
|
|
components = ["clippy", "rust-analyzer", "rust-src"]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
profile = "minimal" # includes rustc, cargo, and rust-std
|