From 27e7bb090e9d771c8f3e4ddba4dd956a4a56855b Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 18 May 2021 06:45:13 +1000 Subject: refactor: share test harness for lsp between bench and integration (#10659) --- test_util/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index ddb616ede..b1750c599 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -12,6 +12,7 @@ name = "test_server" path = "src/test_server.rs" [dependencies] +anyhow = "1.0.40" async-stream = "0.3.0" bytes = "1.0.1" futures = "0.3.13" @@ -20,6 +21,7 @@ lazy_static = "1.4.0" os_pipe = "0.9.2" regex = "1.4.3" serde = { version = "1.0.125", features = ["derive"] } +serde_json = "1.0.64" tempfile = "3.2.0" tokio = { version = "1.6.0", features = ["full"] } tokio-rustls = "0.22.0" -- cgit v1.2.3