mdbook/examples/remove-emphasis/mdbook-remove-emphasis/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
383 B
TOML
Raw Normal View History

2024-11-02 15:41:55 -07:00
[package]
name = "mdbook-remove-emphasis"
version = "0.1.0"
edition.workspace = true
2024-11-02 15:41:55 -07:00
[dependencies]
mdbook-preprocessor.workspace = true
2024-06-16 10:16:10 +07:00
pulldown-cmark = { workspace = true, default-features = false }
pulldown-cmark-to-cmark = "21.0.0"
serde_json.workspace = true
[[bin]]
name = "mdbook-remove-emphasis"
# This is tested through a separate test from the main package.
test = false