Add mdbook-html

This new crate will hold the HTML renderer and related front-end parts.
This commit is contained in:
Eric Huss
2025-07-21 18:06:49 -07:00
parent 8f3b6b4776
commit 6805740e20
4 changed files with 19 additions and 0 deletions

4
Cargo.lock generated
View File

@@ -1312,6 +1312,10 @@ dependencies = [
"toml",
]
[[package]]
name = "mdbook-html"
version = "0.5.0-alpha.1"
[[package]]
name = "mdbook-markdown"
version = "0.5.0-alpha.1"