feat: LSP client integration with diagnostics, definitions, and references

This commit is contained in:
Sisyphus
2026-04-01 21:34:36 +09:00
parent 821199640a
commit 12182d8b3c
12 changed files with 1287 additions and 25 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "lsp"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
lsp-types.workspace = true
serde = { version = "1", features = ["derive"] }
serde_json.workspace = true
tokio = { version = "1", features = ["io-util", "macros", "process", "rt", "rt-multi-thread", "sync", "time"] }
url = "2"
[lints]
workspace = true