aboutsummaryrefslogtreecommitdiff
path: root/crates/server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-13 00:38:34 +0100
committerAleksey Kladov <[email protected]>2018-08-13 00:38:34 +0100
commitbe742a587704f27f4e503c50f549aa9ec1527fcc (patch)
treefb15d3dd05c64c441c9cddbbce6aee3776d6ddd1 /crates/server/Cargo.toml
parent25aebb5225da91d34a2cb946f93435f9f7e82a47 (diff)
Apply code actions
Diffstat (limited to 'crates/server/Cargo.toml')
-rw-r--r--crates/server/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml
index 2d0db2838..8e077ecf0 100644
--- a/crates/server/Cargo.toml
+++ b/crates/server/Cargo.toml
@@ -11,10 +11,11 @@ serde_derive = "1.0.71"
11drop_bomb = "0.1.0" 11drop_bomb = "0.1.0"
12crossbeam-channel = "0.2.4" 12crossbeam-channel = "0.2.4"
13threadpool = "1.7.1" 13threadpool = "1.7.1"
14flexi_logger = "0.9.0" 14flexi_logger = "0.9.1"
15log = "0.4.3" 15log = "0.4.3"
16url_serde = "0.2.0" 16url_serde = "0.2.0"
17languageserver-types = "0.49.0" 17languageserver-types = "0.49.0"
18text_unit = { version = "0.1.2", features = ["serde"] }
18 19
19libsyntax2 = { path = "../libsyntax2" } 20libsyntax2 = { path = "../libsyntax2" }
20libeditor = { path = "../libeditor" } 21libeditor = { path = "../libeditor" }