X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Ferror_index_generator%2FCargo.toml;h=f4dac6e947e323e37c7c1996fb982061159d7c39;hb=eedb51210cf1c44be8e4a05ad41ca9709bbcdfc3;hp=b9fd852f742cf81360c0cb167683acde754b63eb;hpb=9a677674b3364cab71fd49793aa5cc90b9dc5322;p=rust.git diff --git a/src/tools/error_index_generator/Cargo.toml b/src/tools/error_index_generator/Cargo.toml index b9fd852f742..f4dac6e947e 100644 --- a/src/tools/error_index_generator/Cargo.toml +++ b/src/tools/error_index_generator/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2021" [dependencies] -rustdoc = { path = "../../librustdoc" } +mdbook = { version = "0.4", default-features = false, features = ["search"] } [[bin]] name = "error_index_generator"