harn-lsp 0.10.110

Language Server Protocol implementation for Harn
docs.rs failed to build harn-lsp-0.10.110
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: harn-lsp-0.10.108

Harn language server.

Exposed as a library so the single multi-call harn binary can dispatch into the LSP server when launched under the harn-lsp name (see harn-cli's main), instead of shipping a second fully-linked binary. The thin src/main.rs shim keeps harn-lsp buildable as its own binary for local development (cargo run -p harn-lsp).