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:
parent
fdebbfdce2
commit
ae6c4522bb
1 changed files with 1 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ mod load;
|
|||
mod mdbook;
|
||||
|
||||
pub use mdbook::MDBook;
|
||||
pub use mdbook_core::{book, config, errors};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue