summary refs log tree commit diff
path: root/src/tools/error_index_generator/Cargo.toml
blob: 116be234f3ceb882d1a02f92626b61bdee58ee51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["The Rust Project Developers"]
name = "error_index_generator"
version = "0.0.0"
edition = "2018"

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

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