Finish moving built-in preprocessors to mdbook-driver

This commit is contained in:
Eric Huss
2025-07-21 21:05:27 -07:00
parent 6aac696ee1
commit f5fc54461a
12 changed files with 34 additions and 11 deletions

10
Cargo.lock generated
View File

@@ -1267,6 +1267,7 @@ dependencies = [
"ignore",
"log",
"mdbook-core",
"mdbook-driver",
"mdbook-html",
"mdbook-markdown",
"mdbook-preprocessor",
@@ -1310,6 +1311,15 @@ dependencies = [
[[package]]
name = "mdbook-driver"
version = "0.5.0-alpha.1"
dependencies = [
"anyhow",
"log",
"mdbook-core",
"mdbook-preprocessor",
"regex",
"serde_json",
"shlex",
]
[[package]]
name = "mdbook-html"