aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server/Cargo.toml
blob: fa2fefea55a83537e79fbc09efbe99c9d8e8fb01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
edition = "2018"
name = "gen_lsp_server"
version = "0.2.0"
authors = ["rust-analyzer developers"]
repository = "https://github.com/rust-analyzer/rust-analyzer"
license = "MIT OR Apache-2.0"
description = "Generic LSP server scaffold."

[dependencies]
lsp-types = "0.57.0"
log = "0.4.3"
failure = "0.1.4"
serde_json = "1.0.34"
serde = { version = "1.0.83", features = ["derive"] }
crossbeam-channel = "0.3.5"

[dev-dependencies]
flexi_logger = "0.11.0"