From 96abb27e7328391e9319c99dd23595e42f7982a2 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) --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index af4168fcd..9ce829a97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3471,6 +3471,7 @@ dependencies = [ name = "test_util" version = "0.1.0" dependencies = [ + "anyhow", "async-stream", "bytes", "futures", @@ -3480,6 +3481,7 @@ dependencies = [ "pty", "regex", "serde", + "serde_json", "tempfile", "tokio", "tokio-rustls", -- cgit v1.2.3