mdbook/crates/mdbook-renderer/Cargo.toml
Eric Huss 461884f109 Add mdbook-preprocessor and mdbook-renderer
These are two new crates intended to support implementing preprocessors
and renderers. Currently these stubs just have MDBOOK_VERSION, but
future commits will migrate more code to these crates.
2025-07-23 17:29:55 -07:00

14 lines
306 B
TOML

[package]
name = "mdbook-renderer"
version = "0.5.0-alpha.1"
description = "Library to assist implementing an mdBook renderer"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
mdbook-core.workspace = true
[lints]
workspace = true