summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-05-18 06:45:13 +1000
committerGitHub <noreply@github.com>2021-05-18 06:45:13 +1000
commit27e7bb090e9d771c8f3e4ddba4dd956a4a56855b (patch)
tree82cb99c1406fc94850bc3d5d66f8db40300860de /test_util/Cargo.toml
parentaecdbba2c25d08d771a4e4fbeb62cac60015a3bd (diff)
refactor: share test harness for lsp between bench and integration (#10659)
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"