Alex Crichton 3e6fed3a7a rustbuild: Add the error-index-generator
This adds a step and a rule for building the error index as part of rustbuild.
2016-03-08 13:44:14 -08:00

9 lines
158 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "error_index_generator"
version = "0.0.0"
[[bin]]
name = "error_index_generator"
path = "main.rs"