Skip to content

Commit

Permalink
fix: remove mdbook feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Jul 5, 2024
1 parent bb15dc8 commit 4d648c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
16 changes: 0 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@ env_logger = "0.11.3"
html-escape = "0.2.13"
lazy_static = "1.4.0"
log = { version = "0.4.22", features = ["std"] }
mdbook = { version = "0.4.40", optional = true, default-features = false }
mdbook = { version = "0.4.40" }
nom = { version = "7.1.3", features = ["alloc"] }
parse-hyperlinks = "0.27.2"
semver = { version = "1.0.23", optional = true, default-features = false }
semver = { version = "1.0.23" }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = { version = "1.0.118" }
toml = "0.5.11"
unicode-segmentation = "1.11.0"

[features]
mdbook = ["dep:mdbook", "dep:semver", "dep:toml"]

[lib]
name = "cite_me_bro"
Expand All @@ -40,4 +38,3 @@ path = "src/bin/cmb.rs"
[[bin]]
name = "mdbook-citations"
path = "src/bin/mdbook-bin.rs"
required-features = ['mdbook']
1 change: 0 additions & 1 deletion src/ops/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pub mod bibligraphy;
// #[cfg(feature = "mdbook")]
pub mod preprocessor;

0 comments on commit 4d648c5

Please sign in to comment.