mdbook/examples/remove-emphasis/mdbook-remove-emphasis/Cargo.toml
Eric Huss bc3399cc22 Update version to 0.5.0-alpha.1
This bumps the main crate to 0.5.0-alpha.1 in preparation for the 0.5
release.
2025-07-23 17:29:55 -07:00

15 lines
374 B
TOML

[package]
name = "mdbook-remove-emphasis"
version = "0.1.0"
edition.workspace = true
[dependencies]
mdbook = { path = "../../.." }
pulldown-cmark = { version = "0.12.2", default-features = false }
pulldown-cmark-to-cmark = "18.0.0"
serde_json = "1.0.132"
[[bin]]
name = "mdbook-remove-emphasis"
# This is tested through a separate test from the main package.
test = false