3e6fed3a7a
This adds a step and a rule for building the error index as part of rustbuild.
9 lines
158 B
TOML
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"
|