Finish move of utils to mdbook-core

This updates everything for the move of utils to mdbook-core. There will
be followup commits that will be moving and refactoring these utils.
This simply moves them over unchanged (except visibility).
This commit is contained in:
Eric Huss
2025-07-21 12:20:21 -07:00
parent a224bfd7d7
commit fc76a47d6e
31 changed files with 84 additions and 56 deletions

5
Cargo.lock generated
View File

@@ -1299,6 +1299,11 @@ name = "mdbook-core"
version = "0.5.0-alpha.1"
dependencies = [
"anyhow",
"log",
"pulldown-cmark 0.10.3",
"regex",
"tempfile",
"toml",
]
[[package]]