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 = "zed_gleam" 3version = "0.0.1" 4edition = "2021" 5 6[dependencies] 7zed_extension_api = { path = "../../crates/extension_api" } 8 9[lib] 10path = "src/gleam.rs" 11crate-type = ["cdylib"] 12 13[package.metadata.component]