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

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

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