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

View File

@@ -44,6 +44,7 @@ sha2 = "0.10.9"
shlex = "1.3.0"
tempfile = "3.20.0"
toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/2037
topological-sort = "0.2.2"
[package]
name = "mdbook"
@@ -86,7 +87,6 @@ serde_json.workspace = true
shlex.workspace = true
tempfile.workspace = true
toml.workspace = true
topological-sort = "0.2.2"
# Watch feature
notify = { version = "8.0.0", optional = true }