rust-analyzer/lib/lsp-server/Cargo.toml
2023-03-25 15:12:39 +01:00

16 lines
375 B
TOML

[package]
name = "lsp-server"
version = "0.7.0"
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 = "2021"
[dependencies]
log = "0.4.17"
serde_json.workspace = true
serde.workspace = true
crossbeam-channel = "0.5.6"
[dev-dependencies]
lsp-types = "=0.94"