aboutsummaryrefslogtreecommitdiff
path: root/crates/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/server/Cargo.toml')
-rw-r--r--crates/server/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml
index e6d1b18c3..b2a7ce5b4 100644
--- a/crates/server/Cargo.toml
+++ b/crates/server/Cargo.toml
@@ -14,5 +14,7 @@ crossbeam-channel = "0.2.4"
14threadpool = "1.7.1" 14threadpool = "1.7.1"
15flexi_logger = "0.9.0" 15flexi_logger = "0.9.0"
16log = "0.4.3" 16log = "0.4.3"
17url = "1.1.0"
18
17libeditor = { path = "../libeditor" } 19libeditor = { path = "../libeditor" }
18libanalysis = { path = "../libanalysis" } 20libanalysis = { path = "../libanalysis" }