]> git.lizzy.rs Git - rust.git/blob - src/tools/error_index_generator/Cargo.toml
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
[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 mdbook = { version = "0.4", default-features = false, features = ["search"] }
8
9 [[bin]]
10 name = "error_index_generator"
11 path = "main.rs"