Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1[package] 2name = "perf" 3version = "0.1.0" 4publish.workspace = true 5edition.workspace = true 6 7[lints] 8workspace = true 9 10[dependencies] 11workspace-hack.workspace = true