Skip to content

Commit

Permalink
Disable default features for mdbook crate (#24)
Browse files Browse the repository at this point in the history
Thanks for this extension!

Someone building this doesn't need tokio/elasticsearch/etc. for the server in the mdbook dependency, so this PR disables those server features.
  • Loading branch information
tmandry authored Apr 24, 2023
1 parent b0b8e6f commit 876fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ description = "mdBook preprocessor for removing yml header"
[dependencies]
clap = "3.*"
lazy_static = "1.*"
mdbook = "0.4.*"
mdbook = { version = "0.4.*", default-features = false }
regex = "1.*"
serde_json = "1.*"

0 comments on commit 876fa1c

Please sign in to comment.