summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-19 22:14:00 -0400
committerGitHub <noreply@github.com>2022-04-19 22:14:00 -0400
commitae479b1036630970c0d0aaf67cbb500a3c7ed622 (patch)
tree14cd085a22b0ec34f24d3654b1525bf3dbd2f766 /cli/Cargo.toml
parent803499886b90536cdbb9d40eaa9085157772d771 (diff)
perf(fmt/lint): incremental formatting and linting (#14314)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 826f16dda..6005a634f 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -95,6 +95,7 @@ text_lines = "=0.4.1"
tokio = { version = "=1.17", features = ["full"] }
tokio-util = "=0.7.0"
tower-lsp = "=0.16.0"
+twox-hash = "=1.6.2"
typed-arena = "2.0.1"
uuid = { version = "=0.8.2", features = ["v4", "serde"] }
walkdir = "=2.3.2"