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

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