Skip to content

Commit ae6c452

Browse files
committed
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.
1 parent fdebbfd commit ae6c452

File tree

1 file changed

+1
-0
lines changed
  • crates/mdbook-driver/src

1 file changed

+1
-0
lines changed

crates/mdbook-driver/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ mod load;
77
mod mdbook;
88

99
pub use mdbook::MDBook;
10+
pub use mdbook_core::{book, config, errors};

0 commit comments

Comments
 (0)