diff options
author | Aleksey Kladov <[email protected]> | 2018-08-10 22:55:32 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-10 22:55:32 +0100 |
commit | 9863b9161d8d702848516be70c5c8161b7f382e8 (patch) | |
tree | 3aa95abbacf0897e4e738e1fc8ccf10492b7c60c /crates/server/Cargo.toml | |
parent | 836e0c1863eaea5dffdf76a658c2ee9d7bc22e6f (diff) |
decorations
Diffstat (limited to 'crates/server/Cargo.toml')
-rw-r--r-- | crates/server/Cargo.toml | 1 |
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" | |||
15 | flexi_logger = "0.9.0" | 15 | flexi_logger = "0.9.0" |
16 | log = "0.4.3" | 16 | log = "0.4.3" |
17 | url = "1.1.0" | 17 | url = "1.1.0" |
18 | url_serde = "0.2.0" | ||
18 | 19 | ||
19 | libeditor = { path = "../libeditor" } | 20 | libeditor = { path = "../libeditor" } |
20 | libanalysis = { path = "../libanalysis" } | 21 | libanalysis = { path = "../libanalysis" } |