summaryrefslogtreecommitdiffstats
path: root/src/tools/error_index_generator/Cargo.toml
blob: 76c2e330b2100236b1b8fddd1640ccbb8b7cca97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "error_index_generator"
version = "0.0.0"
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"
path = "main.rs"