rust/src/tools/error_index_generator/Cargo.toml
Mark Simulacrum e2e9b40e9a Build rustdoc on-demand.
Rustdoc is no longer compiled in every stage, alongside rustc, instead
it is only compiled when requested, and generally only for the last
stage.
2017-07-27 05:51:22 -06:00

11 lines
214 B
TOML

[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"