This moves common settings that can be shared across crates to the shared workspace table. This will make it easier to maintain these settings when adding more crates.
10 lines
276 B
TOML
10 lines
276 B
TOML
[package]
|
|
name = "mdbook-remove-emphasis"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
mdbook = { version = "0.4.40", path = "../../.." }
|
|
pulldown-cmark = { version = "0.12.2", default-features = false }
|
|
pulldown-cmark-to-cmark = "18.0.0"
|
|
serde_json = "1.0.132"
|