mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
5 lines
181 B
TOML
5 lines
181 B
TOML
[toolchain]
|
|
channel = "1.75"
|
|
profile = "minimal"
|
|
components = [ "rustfmt", "clippy" ]
|
|
targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-linux-gnu", "wasm32-wasi" ]
|