Finish move of MDBook to mdbook-driver

This commit is contained in:
Eric Huss
2025-07-21 21:42:58 -07:00
parent 5a31947eb7
commit 40745600a3
30 changed files with 380 additions and 382 deletions

5
Cargo.lock generated
View File

@@ -1289,7 +1289,6 @@ dependencies = [
"tempfile",
"tokio",
"toml",
"topological-sort",
"tower-http",
"walkdir",
]
@@ -1315,12 +1314,16 @@ dependencies = [
"anyhow",
"log",
"mdbook-core",
"mdbook-html",
"mdbook-preprocessor",
"mdbook-renderer",
"mdbook-summary",
"regex",
"serde_json",
"shlex",
"tempfile",
"toml",
"topological-sort",
]
[[package]]