summaryrefslogtreecommitdiffstats
path: root/src/tools/jsondoclint/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/jsondoclint/Cargo.toml')
-rw-r--r--src/tools/jsondoclint/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/jsondoclint/Cargo.toml b/src/tools/jsondoclint/Cargo.toml
index 8990310a4..1318a1f44 100644
--- a/src/tools/jsondoclint/Cargo.toml
+++ b/src/tools/jsondoclint/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2021"
anyhow = "1.0.62"
clap = { version = "4.0.15", features = ["derive"] }
fs-err = "2.8.1"
+rustc-hash = "1.1.0"
rustdoc-json-types = { version = "0.1.0", path = "../../rustdoc-json-types" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.85"