]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/error_index_generator/Cargo.toml
Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplett
[rust.git] / src / tools / error_index_generator / Cargo.toml
index c84b79e11e9b4ddb578f3653f31d21e660a27709..f4dac6e947e323e37c7c1996fb982061159d7c39 100644 (file)
@@ -4,10 +4,7 @@ version = "0.0.0"
 edition = "2021"
 
 [dependencies]
-rustdoc = { path = "../../librustdoc" }
-
-[build-dependencies]
-walkdir = "2"
+mdbook = { version = "0.4", default-features = false, features = ["search"] }
 
 [[bin]]
 name = "error_index_generator"