mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 07:24:46 +00:00
8 lines
183 B
TOML
8 lines
183 B
TOML
[toolchain]
|
|
channel = "1.93"
|
|
profile = "minimal"
|
|
components = [ "rustfmt", "clippy" ]
|
|
targets = [
|
|
"wasm32-wasip2", # extensions
|
|
"x86_64-unknown-linux-musl", # remote server
|
|
]
|