// manifest.el — el-lsp vessel // // Language Server core for the El language. Exposes hover, completion, // diagnostics, outline, format, and type-graph entry points consumed by // el-ide-server (HTTP) and stdio-mode editors. vessel "el-lsp" { version "0.1.0" description "El language server: completion, hover, diagnostics, outline, format, type graph." authors ["Will Anderson "] edition "2026" } build { entry "src/main.el" output "dist/" }