badboy / mdbook-toc

A preprocessor for mdbook to add inline Table of Contents support.
Mozilla Public License 2.0
163 stars 20 forks source link

Reduce amount of dependencies #50

Closed dnaka91 closed 8 months ago

dnaka91 commented 8 months ago

Disable the default features of mdbook and pulldown-cmark as these are not needed. In both cases the default features are for the binary crate to provide the CLI program, but we are only interested in the library part of it.