Add mdbook-driver

This is intended to hold the high-level MDBook type.
This commit is contained in:
Eric Huss
2025-07-21 20:47:33 -07:00
parent 7eccd1d556
commit c8571f592c
4 changed files with 19 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ handlebars = "6.3.2"
hex = "0.4.3"
log = "0.4.27"
mdbook-core = { path = "crates/mdbook-core" }
mdbook-driver = { path = "crates/mdbook-driver" }
mdbook-html = { path = "crates/mdbook-html" }
mdbook-markdown = { path = "crates/mdbook-markdown" }
mdbook-preprocessor = { path = "crates/mdbook-preprocessor" }