aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-10-23 13:28:57 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-10-23 13:28:57 +0100
commit0043d7e9c7f27af95cbf299d5b92ce28ba9945ab (patch)
treea30760b472d442e4a20c74745fb95502c5a0d823 /crates/ra_lsp_server/Cargo.toml
parente514084f281840f117bd92fdb177d81e3cc95ba2 (diff)
parent6453b29cb571d5c54bac427842ba8a9dd6874861 (diff)
Merge #151
151: Add LspError to explicity return errors from LSP handlers r=matklad a=kjeremy Fixes #145 Co-authored-by: Jeremy A. Kolb <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r--crates/ra_lsp_server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index 2b3257117..e4fc40a3a 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -8,6 +8,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
8rayon = "1.0.2" 8rayon = "1.0.2"
9relative-path = "0.3.7" 9relative-path = "0.3.7"
10failure = "0.1.2" 10failure = "0.1.2"
11failure_derive = "0.1.2"
11serde_json = "1.0.24" 12serde_json = "1.0.24"
12serde = "1.0.71" 13serde = "1.0.71"
13serde_derive = "1.0.71" 14serde_derive = "1.0.71"