diff options
Diffstat (limited to 'crates/ra_lsp_server/Cargo.toml')
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index be7982b2a..da523ba8a 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -12,6 +12,7 @@ anyhow = "1.0" | |||
12 | crossbeam-channel = "0.4" | 12 | crossbeam-channel = "0.4" |
13 | either = "1.5" | 13 | either = "1.5" |
14 | env_logger = { version = "0.7.1", default-features = false } | 14 | env_logger = { version = "0.7.1", default-features = false } |
15 | globset = "0.4.4" | ||
15 | itertools = "0.8.0" | 16 | itertools = "0.8.0" |
16 | jod-thread = "0.1.0" | 17 | jod-thread = "0.1.0" |
17 | log = "0.4.3" | 18 | log = "0.4.3" |
@@ -33,7 +34,6 @@ ra_project_model = { path = "../ra_project_model" } | |||
33 | ra_syntax = { path = "../ra_syntax" } | 34 | ra_syntax = { path = "../ra_syntax" } |
34 | ra_text_edit = { path = "../ra_text_edit" } | 35 | ra_text_edit = { path = "../ra_text_edit" } |
35 | ra_vfs = "0.5.0" | 36 | ra_vfs = "0.5.0" |
36 | ra_vfs_glob = { path = "../ra_vfs_glob" } | ||
37 | 37 | ||
38 | # This should only be used in CLI | 38 | # This should only be used in CLI |
39 | ra_db = { path = "../ra_db" } | 39 | ra_db = { path = "../ra_db" } |