From cbd131acbe497795028844a592a438b70a30ba32 Mon Sep 17 00:00:00 2001 From: Dylan Moonfire Date: Wed, 22 May 2019 14:45:47 -0500 Subject: updated gen_lsp_server examples - updated the documentation with an example that has no errors with current compiler - added two example code to test compilation and show in use --- crates/gen_lsp_server/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/gen_lsp_server/Cargo.toml') diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml index ba8bfdbd3..fa2fefea5 100644 --- a/crates/gen_lsp_server/Cargo.toml +++ b/crates/gen_lsp_server/Cargo.toml @@ -14,3 +14,6 @@ failure = "0.1.4" serde_json = "1.0.34" serde = { version = "1.0.83", features = ["derive"] } crossbeam-channel = "0.3.5" + +[dev-dependencies] +flexi_logger = "0.11.0" -- cgit v1.2.3