aboutsummaryrefslogtreecommitdiff
path: root/crates/server/Cargo.toml
blob: 4c25b06e069107e28ccc108250fca55c9b28c089 (plain)
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 = "m"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]

[dependencies]
failure = "0.1.2"
serde_json = "1.0.24"
serde = "1.0.71"
serde_derive = "1.0.71"
drop_bomb = "0.1.0"
crossbeam-channel = "0.2.4"
threadpool = "1.7.1"
flexi_logger = "0.9.0"
log = "0.4.3"
url_serde = "0.2.0"

libsyntax2 = { path = "../libsyntax2" }
libeditor = { path = "../libeditor" }
libanalysis = { path = "../libanalysis" }

[dependencies.languageserver-types]
git = "https://github.com/matklad/languageserver-types"
rev = "70e6bf548b901f01dc249c20378d26dd4996c25f"