summaryrefslogtreecommitdiffstats
path: root/src/tools/error_index_generator/Cargo.toml
blob: c84b79e11e9b4ddb578f3653f31d21e660a27709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "error_index_generator"
version = "0.0.0"
edition = "2021"

[dependencies]
rustdoc = { path = "../../librustdoc" }

[build-dependencies]
walkdir = "2"

[[bin]]
name = "error_index_generator"
path = "main.rs"