2025-07-21 15:46:36 -07:00
|
|
|
[package]
|
|
|
|
|
name = "mdbook-markdown"
|
2025-11-07 18:00:52 -08:00
|
|
|
version = "0.5.0-beta.2"
|
2025-07-21 15:46:36 -07:00
|
|
|
description = "Markdown processing used in mdBook"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
pulldown-cmark.workspace = true
|
|
|
|
|
regex.workspace = true
|
2025-09-12 06:13:45 -07:00
|
|
|
tracing.workspace = true
|
2025-07-21 15:46:36 -07:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|