diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-08 18:15:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-08 23:15:20 +0000 |
| commit | 25d98ca289af64f85759fe10c8808afbfb7011e3 (patch) | |
| tree | 79f0126791ae317b030696b7c507dee6420a660e /test_util/Cargo.toml | |
| parent | f2e5e01832a40eb71be82f1b46304c56aa2e8dba (diff) | |
refactor(lsp): improve test client initialization (#18015)
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 93bad8594..705ccda40 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -23,6 +23,7 @@ flate2.workspace = true futures.workspace = true hyper = { workspace = true, features = ["server", "http1", "http2", "runtime"] } lazy_static = "1.4.0" +lsp-types.workspace = true once_cell.workspace = true os_pipe.workspace = true parking_lot.workspace = true |
