aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server/Cargo.toml
blob: 34343e2f250a3468cf2f39106650b1f235851dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
edition = "2018"
name = "gen_lsp_server"
version = "0.1.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"