Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "lsp-server"
version = "0.7.9"
description = "Generic LSP server scaffold."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/lsp-server"
edition = "2024"

[dependencies]
log = "0.4.27"
serde_json = "1.0.140"
serde = { version = "1.0.219" }
serde_derive = { version = "1.0.219" }
crossbeam-channel.workspace = true
lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types" }

[dev-dependencies]
lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types" }
ctrlc = "3.4.7"
anyhow.workspace = true
rustc-hash.workspace = true
toolchain.workspace = true

[lints]
workspace = true