diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-05-18 06:45:13 +1000 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:27 +0200 |
| commit | 96abb27e7328391e9319c99dd23595e42f7982a2 (patch) | |
| tree | 82cb99c1406fc94850bc3d5d66f8db40300860de /Cargo.lock | |
| parent | 9ad52a28e500931a291e9658f155c4c3861de61a (diff) | |
refactor: share test harness for lsp between bench and integration (#10659)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
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", |
