about summary refs log tree commit diff
path: root/src/tools/error_index_generator/Cargo.toml
blob: 54fe7f6eb5a9bb25b249f318986e5ede45b8666e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "error_index_generator"
version = "0.0.0"
edition = "2021"
workspace = "../rustbook"

[dependencies]
mdbook = { version = "0.4", default-features = false, features = ["search"] }

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