rust/crates/server/Cargo.toml

27 lines
665 B
TOML
Raw Normal View History

2018-08-10 14:07:43 +02:00
[package]
name = "m"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
[dependencies]
2018-08-28 17:22:52 +02:00
relative-path = "0.3.7"
2018-08-10 14:07:43 +02:00
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"
2018-08-10 16:49:45 +02:00
threadpool = "1.7.1"
2018-08-13 01:38:34 +02:00
flexi_logger = "0.9.1"
2018-08-10 16:49:45 +02:00
log = "0.4.3"
2018-08-10 23:55:32 +02:00
url_serde = "0.2.0"
2018-08-11 15:05:00 +02:00
languageserver-types = "0.49.0"
2018-08-13 12:46:05 +02:00
walkdir = "2.2.0"
2018-08-15 16:24:20 +02:00
im = { version = "11.0.1", features = ["arc"] }
2018-08-13 01:38:34 +02:00
text_unit = { version = "0.1.2", features = ["serde"] }
2018-08-10 22:30:11 +02:00
2018-08-11 13:44:12 +02:00
libsyntax2 = { path = "../libsyntax2" }
2018-08-10 21:33:29 +02:00
libeditor = { path = "../libeditor" }
libanalysis = { path = "../libanalysis" }
2018-09-01 16:40:45 +02:00
gen_lsp_server = { path = "../gen_lsp_server" }