mdbook/crates/mdbook-html/Cargo.toml
Eric Huss 753780f653 Finish move of theme to mdbook-html
This updates everything for the move of theme to mdbook-html. There
will be followup commits that will be doing more cleanup here.
2025-07-23 17:40:57 -07:00

21 lines
359 B
TOML

[package]
name = "mdbook-html"
version = "0.5.0-alpha.1"
description = "mdBook HTML renderer"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
anyhow.workspace = true
log.workspace = true
[dev-dependencies]
tempfile.workspace = true
[lints]
workspace = true
[features]
search = []