mdbook/crates/mdbook-summary/Cargo.toml
Eric Huss 7bcdfe6f0f Finish move of summary to mdbook-summary
This updates everything for the move of summary to mdbook-summary. There
will be followup commits that will be doing more cleanup here.
2025-07-23 17:29:55 -07:00

18 lines
376 B
TOML

[package]
name = "mdbook-summary"
version = "0.5.0-alpha.1"
description = "Summary parser for mdBook"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
anyhow.workspace = true
log.workspace = true
memchr.workspace = true
pulldown-cmark.workspace = true
serde.workspace = true
[lints]
workspace = true