]> git.lizzy.rs Git - rust.git/blob - src/tools/error_index_generator/Cargo.toml
Auto merge of #97652 - RalfJung:cenum_impl_drop_cast, r=nagisa
[rust.git] / src / tools / error_index_generator / Cargo.toml
1 [package]
2 name = "error_index_generator"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 rustdoc = { path = "../../librustdoc" }
8
9 [build-dependencies]
10 walkdir = "2"
11
12 [[bin]]
13 name = "error_index_generator"
14 path = "main.rs"