mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-25 14:44:28 +00:00
8 lines
212 B
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
|
|
]
|