summaryrefslogtreecommitdiffstats
path: root/src/tools/error_index_generator/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/error_index_generator/Cargo.toml')
-rw-r--r--src/tools/error_index_generator/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/error_index_generator/Cargo.toml b/src/tools/error_index_generator/Cargo.toml
index f4dac6e94..76c2e330b 100644
--- a/src/tools/error_index_generator/Cargo.toml
+++ b/src/tools/error_index_generator/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
mdbook = { version = "0.4", default-features = false, features = ["search"] }
+rustc_error_codes = { version = "0.0.0", path = "../../../compiler/rustc_error_codes" }
[[bin]]
name = "error_index_generator"