Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1[toolchain] 2channel = "1.89" 3profile = "minimal" 4components = [ "rustfmt", "clippy" ] 5targets = [ 6 "wasm32-wasip2", # extensions 7 "x86_64-unknown-linux-musl", # remote server 8]