aboutsummaryrefslogtreecommitdiff
path: root/crates/server/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-10 22:55:32 +0100
committerAleksey Kladov <[email protected]>2018-08-10 22:55:32 +0100
commit9863b9161d8d702848516be70c5c8161b7f382e8 (patch)
tree3aa95abbacf0897e4e738e1fc8ccf10492b7c60c /crates/server/Cargo.toml
parent836e0c1863eaea5dffdf76a658c2ee9d7bc22e6f (diff)
decorations
Diffstat (limited to 'crates/server/Cargo.toml')
-rw-r--r--crates/server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml
index b2a7ce5b4..b5e4e1926 100644
--- a/crates/server/Cargo.toml
+++ b/crates/server/Cargo.toml
@@ -15,6 +15,7 @@ threadpool = "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" 17url = "1.1.0"
18url_serde = "0.2.0"
18 19
19libeditor = { path = "../libeditor" } 20libeditor = { path = "../libeditor" }
20libanalysis = { path = "../libanalysis" } 21libanalysis = { path = "../libanalysis" }