Publicly re-export mdbook-core modules from mdbook-driver

The intent here is to make mdbook-core a private dependency that the
user shouldn't need.
This commit is contained in:
Eric Huss 2025-07-22 11:16:21 -07:00
parent fdebbfdce2
commit ae6c4522bb

View file

@ -7,3 +7,4 @@ mod load;
mod mdbook;
pub use mdbook::MDBook;
pub use mdbook_core::{book, config, errors};