zed/rust-toolchain.toml

8 lines
212 B
TOML

[toolchain]
channel = "1.93"
profile = "minimal"
components = [ "rustfmt", "clippy", "rust-analyzer", "rust-src" ]
targets = [
"wasm32-wasip2", # extensions
"x86_64-unknown-linux-musl", # remote server
]